Skip to content

Commit

Permalink
chore: update indicator types columns
Browse files Browse the repository at this point in the history
  • Loading branch information
Chisomchima committed Nov 18, 2024
1 parent 4e40218 commit 1b5286f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
16 changes: 8 additions & 8 deletions i18n/en.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +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-11-18T05:31:50.557Z\n"
"PO-Revision-Date: 2024-11-18T05:31:50.557Z\n"
"POT-Creation-Date: 2024-11-13T12:57:12.003Z\n"
"PO-Revision-Date: 2024-11-13T12:57:12.004Z\n"
"POT-Creation-Date: 2024-11-13T08:29:01.348Z\n"
"PO-Revision-Date: 2024-11-13T08:29:01.348Z\n"
"POT-Creation-Date: 2024-11-18T13:37:21.548Z\n"
"PO-Revision-Date: 2024-11-18T13:37:21.548Z\n"

msgid "schemas"
msgstr "schemas"
Expand Down Expand Up @@ -910,11 +906,12 @@ msgstr "Created successfully"
msgid "Required"
msgstr "Required"

msgid "Factor"
msgstr "Factor"
msgid "Period type"
msgstr "Period type"

msgid "Factor"
msgstr "Factor"

msgid "Basic information"
msgstr "Basic information"

Expand Down Expand Up @@ -1046,6 +1043,9 @@ msgstr ""
"Choose when, and for which organisation units this category option will be "
"available."

msgid "Form name should not exceed 230 characters"
msgstr "Form name should not exceed 230 characters"

msgid "End date should be after start date"
msgstr "End date should be after start date"

Expand Down
8 changes: 8 additions & 0 deletions src/lib/sectionList/listViews/sectionListViewsConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,14 @@ export const modelListViewsConfig = {
{ label: i18n.t('Factor'), path: 'factor' },
'lastUpdated',
],
available: [
'code',
'created',
'createdBy',
'href',
'id',
'lastUpdatedBy',
],
},
filters: {
default: [],
Expand Down

0 comments on commit 1b5286f

Please sign in to comment.