Umbraco-cms: Deleting single items in recycle bin tries to load -20 instead of recyclebin resulting in a 404 error

Created on 7 Dec 2018  路  2Comments  路  Source: umbraco/Umbraco-CMS

When deleting a node from the recycle bin, Umbraco will try to load the recycle bin root node by going to -20 -> /umbraco#/content/content/edit/-20
That returns a 404 though, as in newer versions the node id apparently needs to be recyclebin -> /umbraco/#/content/content/recyclebin

Tested on version 7.10.4 and 7.12.2

communitpr releas7.13.0 typbug

All 2 comments

@sniffdk well spotted!

PR in #3843.

Thanks Mads! And thanks Kenn for creating the PR to go with this. 馃憤

Was this page helpful?
0 / 5 - 0 ratings