# HG changeset patch # User ymh # Date 1510938124 -3600 # Node ID 271e2afbf8309b7ac8a36c4e8f7449dd928432d7 # Parent 0f178b8493c5bddaecbe90c3deee10bd7c66f021 Correct share button url diff -r 0f178b8493c5 -r 271e2afbf830 cms/app-client/app/templates/components/playlist-component.hbs --- a/cms/app-client/app/templates/components/playlist-component.hbs Fri Nov 17 16:30:44 2017 +0100 +++ b/cms/app-client/app/templates/components/playlist-component.hbs Fri Nov 17 18:02:04 2017 +0100 @@ -40,9 +40,9 @@ as |popover| }}

Partager un lien vers cette notice

- {{input id=(concat "popup-playlist-share-button-text-" index) value=(concat "https://hdl.handle.net/" item.id) readonly='readonly' class='playlist-share-button-link'}} + {{input id=(concat "popup-playlist-share-button-text-" index) value=(concat "https://hdl.handle.net/" document.id) readonly='readonly' class='playlist-share-button-link'}}
-
+