-
Notifications
You must be signed in to change notification settings - Fork 24
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
Cannot delete custom pages or change path #68
Comments
What I did in the meantime as a hack is to enter the Mongo database (I did it with a free graphics client called Robo 3T (nowadays it's called Studio 3T but I'm more comfortable with the old one) and edit the json of the data
|
Does it happen on [email protected] as well? |
@barisusakli I checked it now, and yes, it also happens in version 1.3.3 of the plugin (in nodebb 2.5.8). |
@ShlomoCode I will take a look |
This was actually a bug in core, NodeBB/NodeBB@fc49665
|
don't crash if template doesn't have any widgets set before
@barisusakli Thanks! |
Yes if you apply the code I linked it should fix the issue. |
@barisusakli I have tested and confirm that this patch has resolved the bug. Thank you! |
don't crash if template doesn't have any widgets set before
nodebb version: 2.3.1
Plugin version: 1.1.3
nodejs version: v16.16.0
Desired behavior:
When I click the X icon next to a custom page
The page will be removed from the ACP page, and when I click save changes it will actually be deleted.
What actually happens:
A confirmation message appears that the changes have been saved, but in practice the deleted page still exists and is accessible to users. When you refresh the ACP page it reappears.
Trying to change the page path results in the same behavior.
The description and the groups allowed to access the page, however, can be changed.
But setting only administrators as authorized to access, brings the surfers to a login page, and I want a 404 page to appear, that the page doesn't exist at all.
In addition, when starting the server, a log appears that this plugin is not compatible with the Nodebb version.
@barisusakli @julianlam
The text was updated successfully, but these errors were encountered: