feat(awards): wire up the single-award export
Only the whole-catalogue bundle was reachable from the UI, so sharing one award meant handing over every award you have — including the ones you edited for yourself. Nothing new was needed underneath: ExportAward(code) already existed and already reads the definition AND its references from the database rather than from the embedded catalog, which is the point (a WAPC is only worth sharing because of the province list and city regexes the operator added). The English and French strings existed too. Only the button was missing. Kept distinct from the catalog publish next to it: that one stamps a version and clears user_edited to seed a release, this one is a plain share and leaves both alone, so the recipient's copy is correctly marked as someone else's work instead of a pristine built-in that future catalog updates would overwrite.
This commit is contained in:
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user