Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add data element group sets New and Edit view #371

Closed
wants to merge 25 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
f99455c
fix(model single select): search loaded options for selected option
Mohammer5 Feb 5, 2024
4f5d451
fix(aggregation type field rules): make "required" dependent on "disa…
Mohammer5 Feb 5, 2024
50c882d
feat: add data element group New and Edit views
Mohammer5 Jan 22, 2024
0fd1f36
refactor: dry up form validation & zod segmentsToPath
Mohammer5 Feb 27, 2024
0945be2
fix(data elements field): prevent from crashing app
Mohammer5 Feb 27, 2024
87ff386
refactor: extract common identifiablefields
Birkbjo Feb 29, 2024
67c9e5c
fix: aggregationType type error
Birkbjo Feb 29, 2024
07e7634
refactor: move description out of identifiable
Birkbjo Feb 29, 2024
666f244
refactor: dry up forms
Birkbjo Feb 29, 2024
4f3afe2
refactor: remove unused createJsonpatch
Birkbjo Feb 29, 2024
b6a80c6
refactor: use dynamic "useCustomAttributesQuery" in DE & DEG forms
Mohammer5 Mar 4, 2024
562dfb7
refactor: use shared <CustomAttributes />
Mohammer5 Mar 4, 2024
0311045
chore(data elements new form test): fix tests after some restructurin…
Mohammer5 Mar 4, 2024
81daead
fix(de groups): add custom attribute fields to new-form
Mohammer5 Mar 5, 2024
e32bbe2
refactor(de and de groups): remove superfluous code
Mohammer5 Mar 5, 2024
5bf8350
fix(model single select): search loaded options for selected option
Mohammer5 Feb 5, 2024
4d01487
feat: add data element group New and Edit views
Mohammer5 Jan 22, 2024
b74c4e5
refactor: use dynamic "useCustomAttributesQuery" in DE & DEG forms
Mohammer5 Mar 4, 2024
bbb379f
fix(de groups): add custom attribute fields to new-form
Mohammer5 Mar 5, 2024
0697794
fix(model single select): search loaded options for selected option
Mohammer5 Feb 5, 2024
cf35e0b
feat: add data element group New and Edit views
Mohammer5 Jan 22, 2024
1c79dce
feat: add data element group New and Edit views
Mohammer5 Jan 22, 2024
a66fcf2
feat: add data element group sets New and Edit view
Mohammer5 Feb 5, 2024
d0f65fa
refactor: dry up form validation & zod segmentsToPath (post-rebase)
Mohammer5 Feb 27, 2024
0f62fa3
refactor(de group sets): align form code with de group form code
Mohammer5 Mar 5, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(de groups): add custom attribute fields to new-form
  • Loading branch information
Mohammer5 committed Mar 5, 2024
commit bbb379f92904b741c54586980f33c199b8d2662b
4 changes: 2 additions & 2 deletions i18n/en.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"POT-Creation-Date: 2024-03-05T22:44:42.614Z\n"
"PO-Revision-Date: 2024-03-05T22:44:42.614Z\n"
"POT-Creation-Date: 2024-03-05T22:45:16.028Z\n"
"PO-Revision-Date: 2024-03-05T22:45:16.028Z\n"

msgid "schemas"
msgstr "schemas"
Expand Down