On the General Configuration page, the three buttons under operation where found to be not working.
In my instance, it was found that the #id values had a trailing '--2' string.
The code was changed to look for '--' and if present shorten the #id string and use this in the switch statement.
Once the patch was applied, the buttons worked as expected.

Comments

somersoft created an issue.