snap-cloud / SnapSite

[DEPRECATED] The old social website for the Snap! programming language/environment
GNU General Public License v3.0
9 stars 18 forks source link

Fix Zombie Admin searching for only Zombie Accounts #109

Closed ochan1 closed 2 years ago

ochan1 commented 2 years ago

Since the widget only used user_admin, the grid.tmp then used the user_admin, set as widgetName, in the search form's action parameter, which directed to user_admin as a result

We wanted to redirect to zombie_admin since that will use the query code against the Zombie users as written in zombie_admin.snp, so the widgetName parameter was changed to zombie_admin and the admin.css file added the zombie_admin classes to apply the same styling on the Zombie Admin elements as well

cycomachead commented 2 years ago

This makes sense to me!