You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In viewmodels/file-widget.js, URLs are prefixed with the arches.urls.url_subpath if they do not begin with http[s]://. The views/components/cards/photo-gallery-card.js does not do that. The behaviour should be the same.
Suggesting that the behaviour of both is aligned and changed to prefix url with arches.urls.url_subpath only if:
it doesn't start with http[s]:// and
it doesn't start with arches.urls.url_subpath.
The text was updated successfully, but these errors were encountered:
In
viewmodels/file-widget.js
, URLs are prefixed with thearches.urls.url_subpath
if they do not begin withhttp[s]://
. Theviews/components/cards/photo-gallery-card.js
does not do that. The behaviour should be the same.Suggesting that the behaviour of both is aligned and changed to prefix url with
arches.urls.url_subpath
only if:http[s]://
andarches.urls.url_subpath
.The text was updated successfully, but these errors were encountered: