From 0ae45a4810674d4789ada32d8899353bd206478d Mon Sep 17 00:00:00 2001 From: Daniel Apodaca Date: Tue, 27 Jan 2026 12:01:19 -0600 Subject: [PATCH 01/26] add asterisk to bulletin dialog required fields --- enferno/admin/templates/admin/bulletins.html | 2 ++ .../admin/partials/bulletin_dialog.html | 28 +++++++++++++------ enferno/static/js/components/Asterisk.js | 3 ++ enferno/static/js/components/DualField.js | 15 +++++++--- 4 files changed, 35 insertions(+), 13 deletions(-) create mode 100644 enferno/static/js/components/Asterisk.js diff --git a/enferno/admin/templates/admin/bulletins.html b/enferno/admin/templates/admin/bulletins.html index 7e78d80d2..399386a07 100644 --- a/enferno/admin/templates/admin/bulletins.html +++ b/enferno/admin/templates/admin/bulletins.html @@ -433,6 +433,7 @@ + @@ -1758,6 +1759,7 @@ app.component('IdNumberDynamicField', IdNumberDynamicField); app.component('EventsSection', EventsSection); app.component('FieldRenderer', FieldRenderer); + app.component('Asterisk', Asterisk); app.use(router).use(vuetify); router.isReady().then(() => { diff --git a/enferno/admin/templates/admin/partials/bulletin_dialog.html b/enferno/admin/templates/admin/partials/bulletin_dialog.html index 39217c019..71f67ace6 100644 --- a/enferno/admin/templates/admin/partials/bulletin_dialog.html +++ b/enferno/admin/templates/admin/partials/bulletin_dialog.html @@ -81,13 +81,17 @@