geodesicsolutions-community / geocore-community

GeoCore Community, open source classifieds and auctions software
MIT License
9 stars 6 forks source link

Fix problems with editing user in admin, and make sure new user field is included in new installation #124

Closed jonyo closed 2 years ago

jonyo commented 2 years ago

Some of this is PHP8 compatibility related, but not all:

There was a new field admin_note that was added in the original v17 days. The new field was not included in the setup. To fix that, I updated the upgrade script to run that part even when updating to version 20 in case you are on a version where you didn't get it. And I added the field in the database snapshot.

On user management in the admin: