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

fix(categoryCombo): validation and load optionSize on initial load #457

Merged
merged 2 commits into from
Dec 5, 2024

Conversation

Birkbjo
Copy link
Member

@Birkbjo Birkbjo commented Dec 5, 2024

Fixes https://dhis2.atlassian.net/browse/DHIS2-18432

In addition, I added a rule to disable data dimension type when editing. As you should not be able to change this after it's created.

Copy link

netlify bot commented Dec 5, 2024

Deploy Preview for dhis2-maintenance-app-beta ready!

Name Link
🔨 Latest commit e8f35c1
🔍 Latest deploy log https://app.netlify.com/sites/dhis2-maintenance-app-beta/deploys/6751981c0a7bc60008346580
😎 Deploy Preview https://deploy-preview-457--dhis2-maintenance-app-beta.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -11,7 +11,7 @@ const fieldFilters = [
...DEFAULT_FIELD_FILTERS,
'name',
'code',
'categories[id,displayName]',
'categories[id,displayName,categoryOptions~size~rename(categoryOptionsSize)],',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wow. no idea you could do that!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Birkbjo Birkbjo merged commit a1a6110 into master Dec 5, 2024
10 checks passed
@Birkbjo Birkbjo deleted the fix/DHIS2-18432/categoryCombo branch December 5, 2024 13:43
dhis2-bot added a commit that referenced this pull request Dec 5, 2024
## [0.19.2](v0.19.1...v0.19.2) (2024-12-05)

### Bug Fixes

* date field to format date before displaying, org unit filters ([#456](#456)) ([8537bce](8537bce))
* refresh list view on close of dialog ([#461](#461)) ([c10d79f](c10d79f))
* **categoryCombo:** validation and load optionSize on initial load [skip release] ([#457](#457)) ([a1a6110](a1a6110))
* **categoryOption:** load formName [skip release] ([#458](#458)) ([bb3baee](bb3baee))
* **categoryOptionGroups:** add custom attributesection to group/groupset [skip release] ([#459](#459)) ([5c853bc](5c853bc))
@dhis2-bot
Copy link
Contributor

🎉 This PR is included in version 0.19.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants