Skip to content

Commit

Permalink
- [x] Fix reporting region bugdet status affecting completeness
Browse files Browse the repository at this point in the history
  • Loading branch information
PG-Momik committed Jan 29, 2025
1 parent 1a1ce12 commit 55c7a0b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 135 deletions.
4 changes: 2 additions & 2 deletions app/IATI/Data/organizationElementJsonSchema.json
Original file line number Diff line number Diff line change
Expand Up @@ -683,8 +683,8 @@
"multiselect": false,
"choices": "Activity/BudgetStatus.json",
"placeholder": "Select status",
"required": true,
"criteria": "mandatory",
"required": false,
"criteria": "",
"hover_text": "Select a status that best describes this budget:<br><br>(1) <b>indicative</b> - a non-binding estimate for the described budget.<br><br>(2) <b>committed</b> - a binding agreement for the described budget.<br><br>If no status is selected, the budget is assumed to be indicative.",
"help_text": ""
}
Expand Down
130 changes: 3 additions & 127 deletions public/js/formbuilder.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"/js/app.js": "/js/app.js?id=19eed7d34b7abea8bbea0ef35dee13d6",
"/js/script.js": "/js/script.js?id=573e5816f1296bbce2c2c0084e92e523",
"/js/webportal-script.js": "/js/webportal-script.js?id=06d4c518a25c033e1989b9db84a1dd01",
"/js/formbuilder.js": "/js/formbuilder.js?id=a3ec3c2c2816bf212d7fa29957ede910",
"/js/app.js": "/js/app.js?id=d90f4c0ff15fdac44b1efd5a25837063",
"/js/script.js": "/js/script.js?id=5022c99737e05b78f00088f76a8a0f9f",
"/js/webportal-script.js": "/js/webportal-script.js?id=1bcae4271c042a8b79b241f34a1653fc",
"/js/formbuilder.js": "/js/formbuilder.js?id=61b98dc742ffedfa84ee6995cd9691c5",
"/manifest.js": "/manifest.js?id=3ed1124c8f4dcb98acc36de67cb80349",
"/css/webportal-app.css": "/css/webportal-app.css?id=cf479c1171b18dd7973e15cb1e00a74a",
"/css/app.css": "/css/app.css?id=0a95c56dcafc82b54821bd9af0b46332",
"/css/webportal-app.css": "/css/webportal-app.css?id=71f014dd2fe03c8a8042e36f88cfb349",
"/css/app.css": "/css/app.css?id=77cbecca26daebdbb95eed429e8a1e6e",
"/js/vendor.js": "/js/vendor.js?id=1d9dc84f31934bcf90e4083803feee6b"
}

0 comments on commit 55c7a0b

Please sign in to comment.