Skip to content

Commit

Permalink
fix: fetch displayTitle and displaySubtitle for translations DHIS2-16…
Browse files Browse the repository at this point in the history
…216 (#2929)
  • Loading branch information
edoardo committed Mar 19, 2024
1 parent 3f8b5d1 commit e17b9b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/fields/baseFields.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ export const fieldsByType = {
getFieldObject('displayDescription'),
getFieldObject('displayName'),
getFieldObject('displayShortName'),
getFieldObject('displaySubtitle'),
getFieldObject('displayTitle'),
getFieldObject('externalAccess', { excluded: true }),
getFieldObject('favorite'),
getFieldObject('favorites'),
Expand Down

0 comments on commit e17b9b8

Please sign in to comment.