Skip to content

Commit

Permalink
Release 05.23.2024.2 (#91)
Browse files Browse the repository at this point in the history
* Added mapping for uuid (#74)

Co-authored-by: Mathieu Lessard <[email protected]>

* Removed Prefix from Displayed UUID Value on Assets (#76)

* Modified formatAssetMetadata() to allow custom dc-format Labels (#79)

* Removed "required" and custom values for fields (#86)

Co-authored-by: Mathieu Lessard <[email protected]>

* Added getBaseConfigPath to Collections Back Button (#89)

---------

Co-authored-by: Mathieu Lessard <[email protected]>
Co-authored-by: Christopher Heintzman <[email protected]>
  • Loading branch information
3 people authored May 23, 2024
1 parent 171f67c commit 1493ec9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion blocks/adp-collection-header/adp-collection-header.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { getCollection, getCollectionIdFromURL, deleteCollection } from '../../s
import createConfirmDialog from '../../scripts/confirm-dialog.js';
import { decorateIcons } from '../../scripts/lib-franklin.js';
import { createLinkHref, navigateTo } from '../../scripts/shared.js';
import { getBaseConfigPath } from '../../scripts/site-config.js';

import {
selectAllAssets, deselectAllAssets,
Expand All @@ -13,7 +14,7 @@ function createCollectionInfoHeader(collectionInfoHeader, collection) {
collectionInfoHeader.innerHTML = `
<div class="adp-collection-header-left">
<div class="back-button">
<a href="/collections"><span class="icon icon-back"></span></a>
<a href="${getBaseConfigPath()}/collections"><span class="icon icon-back"></span></a>
</div>
<div class="adp-collection-header-collection-info">
<div class="adp-collection-title"></div>
Expand Down

0 comments on commit 1493ec9

Please sign in to comment.