-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Workspace Feeds] RemoveFeed command fails #52252
Comments
Triggered auto assignment to @johncschuster ( |
This is failing because the feed is pending so there is no CompanyID NVP for the feed. Gonna have to update that. then the next thing is that the RemoveFeed command is not removing the feed from the comapnyCards settings in domain_member and it should |
Working on this one |
PR in review |
Merged |
Created one more follow up |
Another small PR out and deployed |
Noting that I tested here and it works well when there's only one feed. Still not 100% right when there are multiple feeds though. LMK when this is ready to retest! |
@joekaufmanexpensify That is a frontend-only issue; the feed is removed, but we are not navigating/ showing another one upon deletion. It is handled here #52893 Given the backend changes for this are done, I think we can close this issue |
Sweet, sounds good. TY! |
Problem
Coming from here
When removing the company card feed, the RemoveFeed command fails with
404 Bank feed does not exist
Solution
Investigate why this is happening
The text was updated successfully, but these errors were encountered: