Skip to content

Commit 2a9d394

Browse files
authored
Merge pull request #764 from folio-org/release/11.1.1
Release 11.1.1
2 parents 771c23f + faf296c commit 2a9d394

File tree

8 files changed

+17
-9
lines changed

8 files changed

+17
-9
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change history for ui-licenses
22

3+
## 11.1.1 2024-11-29
4+
* ERM-3437 The License content filter is not set back to it's original state of two empty dropdown selection boxes
5+
* ERM-3426 Search and sort results MCL scrolling does not work as expected
6+
* ERM-3421 The incorrect header is displayed for the 'S3 bucket region' section
7+
38
## 11.1.0 2024-11-01
49
* ERM-3379 Update module license and guidance for ui-licenses
510
* ERM-3353 Review and cleanup Module Descriptor for ui-licenses

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@folio/licenses",
3-
"version": "11.1.0",
3+
"version": "11.1.1",
44
"description": "ERM License functionality for Stripes",
55
"main": "src/index.js",
66
"repository": "",
@@ -223,5 +223,8 @@
223223
"title": "Amendment"
224224
}
225225
]
226-
}
226+
},
227+
"resolutions": {
228+
"nwsapi": "2.2.13"
229+
}
227230
}

src/components/Amendments/Amendments.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,6 @@ const Amendments = ({
260260
sortDirection={sortOrder.startsWith('-') ? 'descending' : 'ascending'}
261261
sortOrder={sortOrder.replace(/^-/, '').replace(/,.*/, '')}
262262
totalCount={count}
263-
virtualize
264263
visibleColumns={['name', 'status', 'startDate', 'endDate', 'parentLicense']}
265264
/>
266265
</Pane>

src/components/ContentFilter/ContentFilter.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ const ContentFieldArray = ({ handleSubmit, contentOptions, name }) => {
7676
}}
7777
/>
7878
<Field
79+
key={values[name][index]?.content}
7980
component={MultiSelection}
8081
dataOptions={translatedContentOptions}
8182
id={`${filter}-content-multi-select`}

src/components/Licenses/Licenses.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,6 @@ const Licenses = ({
330330
sortDirection={sortOrder.startsWith('-') ? 'descending' : 'ascending'}
331331
sortOrder={sortOrder.replace(/^-/, '').replace(/,.*/, '')}
332332
totalCount={count}
333-
virtualize
334333
visibleColumns={['selected', 'name', 'type', 'status', 'startDate', 'endDate']}
335334
/>
336335
</Pane>

translations/ui-licenses/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@
227227
"settings.fileStorage.s3ObjectPrefix": "S3 object prefix",
228228
"settings.fileStorage.s3SecretKey": "S3 secret key",
229229
"settings.fileStorage.storageEngine": "Storage engine",
230+
"settings.fileStorage.s3BucketRegion": "S3 bucket region",
230231
"settings.customProperties.all": "All",
231232
"settings.customProperties.none": "None",
232233

translations/ui-licenses/pl.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
"customProperties.description": "Opis",
209209
"customProperties.category": "Lista wyboru",
210210
"customProperties.defaultVisibility": "Widoczność",
211-
"customProperties.value": "Value(s)",
211+
"customProperties.value": "Wartość(i)",
212212
"customProperties.visibility": "Widoczność",
213213
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyBlob": "Blob",
214214
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyBoolean": "Boolean",
@@ -246,7 +246,7 @@
246246
"customProperty.removeRule": "Remove rule",
247247
"comparator": "Operator",
248248
"value": "Wartość",
249-
"valueOrValues": "Value(s)",
249+
"valueOrValues": "Wartość(i)",
250250
"addRule": "Add rule",
251251
"AND": "I",
252252
"OR": "LUB",
@@ -280,7 +280,7 @@
280280
"terms.all": "Wszystko",
281281
"terms.none": "None",
282282
"license.noLicenseLinked": "No license linked",
283-
"license.linkLicense": "Link license",
283+
"license.linkLicense": "Połącz licencje",
284284
"license.linkLicenseToStart": "Link a license to get started",
285285
"license.replaceLicense": "Replace license",
286286
"license.replaceLicenseSpecific": "Replace license {licenseName}",

translations/ui-licenses/pt_BR.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"supplementaryDocs.add": "Adicionar documento suplementar",
4545
"supplementaryDocs.none": "Nenhum documento suplementar foi adicionado",
4646
"loading": "Carregando...",
47-
"searchInputLabel": "Pesquisa de licenças",
47+
"searchInputLabel": "Buscar licenças",
4848
"closeEditLicense": "Fechar o painel de edição de licença",
4949
"create": "Criar",
5050
"section.internalContacts": "Contatos internos",
@@ -114,7 +114,7 @@
114114
"errors.noDeleteHasLinkedAgreements": "<strong>A licença não foi excluída</strong> porque está em uso em um ou mais contratos.",
115115
"errors.noDeleteLicenseBackendError": "<strong>A licença não foi excluída:</strong> {message}",
116116
"settings.label": "Rótulo",
117-
"permission.licenses.view": "Licenças: Pesquisar e ver licenças",
117+
"permission.licenses.view": "Licenças: Buscar e ver licenças",
118118
"permission.licenses.edit": "Licenças: Editar licenças",
119119
"permission.licenses.delete": "Licenças: Excluir licenças",
120120
"permission.picklists.manage": "Configurações (Licenças): Pode gerenciar listas de seleção e valores",

0 commit comments

Comments
 (0)