You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, this seems like probably a quick and simple bug to fix but I am experiencing issues calling '/pages/remove' method from the delete button in the pages admin section.
Using Meteor Inspector it looks like the 'pages/remove' method is called and passed a different id than that of the page I currently want to delete. The id matches none of my pages hence why I think it is probably a random one though I haven't checked the source code yet.
If you get a chance to fix this that would be great otherwise I'll likely try and fix myself and do a pull request.
The text was updated successfully, but these errors were encountered:
Hi, this seems like probably a quick and simple bug to fix but I am experiencing issues calling '/pages/remove' method from the delete button in the pages admin section.
Using Meteor Inspector it looks like the 'pages/remove' method is called and passed a different id than that of the page I currently want to delete. The id matches none of my pages hence why I think it is probably a random one though I haven't checked the source code yet.
If you get a chance to fix this that would be great otherwise I'll likely try and fix myself and do a pull request.
The text was updated successfully, but these errors were encountered: