Skip to content

Commit

Permalink
Submodules updated to the latest commits
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 27, 2024
1 parent 4ebb122 commit e589f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aoe-web-frontend
Submodule aoe-web-frontend updated 48 files
+1 −1 package-lock.json
+1 −1 package.json
+1 −1 src/app/admin/manage-materials-view/manage-materials.component.ts
+7 −6 src/app/admin/model/educational-level.ts
+0 −1 src/app/admin/model/notification.ts
+2 −2 src/app/admin/services/admin.service.ts
+26 −13 src/app/admin/services/koodisto.service.ts
+22 −19 src/app/components/search/search.component.ts
+2 −2 src/app/components/taglist/taglist.component.ts
+2 −0 src/app/constants/educational-level-keys.ts
+2 −0 src/app/constants/koodisto-sources.ts
+2 −0 src/app/models/alignment-objects.ts
+9 −7 src/app/models/collections/collection-form.ts
+9 −7 src/app/models/collections/collection.ts
+2 −0 src/app/models/educational-material-form.ts
+2 −0 src/app/models/educational-material.ts
+7 −6 src/app/models/koodisto/educational-level.ts
+26 −6 src/app/services/collection.service.ts
+40 −13 src/app/services/koodisto.service.ts
+50 −30 src/app/services/material.service.ts
+63 −0 .../views/collection-form/collection-educational-details-tab/collection-educational-details-tab.component.html
+51 −1 ...pp/views/collection-form/collection-educational-details-tab/collection-educational-details-tab.component.ts
+22 −0 src/app/views/collection-form/collection-preview-tab/collection-preview-tab.component.html
+16 −2 src/app/views/collection-form/collection-preview-tab/collection-preview-tab.component.ts
+21 −0 src/app/views/collection-view/collection-view.component.html
+1 −1 src/app/views/educational-material-edit-form/educational-material-edit-form.component.html
+3 −4 src/app/views/educational-material-edit-form/educational-material-edit-form.component.ts
+63 −1 .../views/educational-material-edit-form/tabs/edit-educational-details/edit-educational-details.component.html
+54 −6 ...pp/views/educational-material-edit-form/tabs/edit-educational-details/edit-educational-details.component.ts
+14 −0 src/app/views/educational-material-edit-form/tabs/edit-preview/edit-preview.component.html
+12 −0 src/app/views/educational-material-edit-form/tabs/edit-preview/edit-preview.component.ts
+27 −3 src/app/views/educational-material-view/educational-material-view.component.html
+2 −2 src/app/views/educational-material-view/educational-material-view.component.ts
+1 −1 src/app/views/educational-resource-form/educational-resource-form.component.ts
+1 −3 src/app/views/educational-resource-form/tabs/based-on-details/based-on-details.component.ts
+1 −1 src/app/views/educational-resource-form/tabs/basic-details/basic-details.component.ts
+57 −108 src/app/views/educational-resource-form/tabs/educational-details/educational-details.component.html
+72 −16 src/app/views/educational-resource-form/tabs/educational-details/educational-details.component.ts
+2 −13 src/app/views/educational-resource-form/tabs/extended-details/extended-details.component.ts
+2 −2 src/app/views/educational-resource-form/tabs/files/files.component.ts
+2 −15 src/app/views/educational-resource-form/tabs/license/license.component.ts
+14 −0 src/app/views/educational-resource-form/tabs/preview/preview.component.html
+14 −10 src/app/views/educational-resource-form/tabs/preview/preview.component.ts
+36 −10 src/assets/i18n/en.json
+36 −10 src/assets/i18n/fi.json
+36 −10 src/assets/i18n/sv.json
+20 −19 src/scss/_custom.scss
+27 −45 tsconfig.json

0 comments on commit e589f97

Please sign in to comment.