mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-08-10 07:11:18 +02:00
fix: restore contact_interne/contact_public column names in v_theses_full
Migration 041 accidentally renamed contact_interne → author_email and contact_public → author_show_contact, but all application code still references the old names. Migration 042 rebuilds the views with the correct column aliases. Also updated schema.sql to match.
This commit is contained in:
@@ -21,6 +21,6 @@
|
||||
- [x] Standardise test group recipes: lint-php, lint-css, lint-js, test + add fix recipe + make lint pass clean
|
||||
- [x] Remove Mot de passe column from acces.php, add key.svg icon button in Actions to copy password to clipboard, reorder actions (URL/password/edit/toggle/archive), switch URL icon to link-simple.svg
|
||||
- [x] Fix CC2r: removed hidden seeds (were stale/overriding user input), render initial licence-choice from \$formData; Interne want_license unchecked clears CC2r+licence, switching from other modes preserves values; CC2r independent toggle; licence dropdown has no-licence placeholder
|
||||
- [ ] Dans le formulaire admin, le contact privé ne se sauvegarde pas.
|
||||
- [x] Dans le formulaire admin, le contact privé ne se sauvegarde pas.
|
||||
- [x] Remove "Rendre le contact visible publiquement sur la fiche du TFE" from admin add/edit forms
|
||||
- [x] Auto-show contact on public TFE page when contact_visible is filled (no checkbox needed)
|
||||
|
||||
Reference in New Issue
Block a user