mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 01:43:13 +00:00
PHRAS-2989 #comment Fix on Prod detailled view basket #time 3h
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
"normalize-css": "^2.1.0",
|
||||
"npm": "^6.0.0",
|
||||
"npm-modernizr": "^2.8.3",
|
||||
"phraseanet-production-client": "0.34.150-d",
|
||||
"phraseanet-production-client": "0.34.152-d",
|
||||
"requirejs": "^2.3.5",
|
||||
"tinymce": "^4.0.28",
|
||||
"underscore": "^1.8.3",
|
||||
|
@@ -27,15 +27,15 @@
|
||||
{#<img style="vertical-align:middle" src="/assets/common/images/icons/basket.png" width="16">#}
|
||||
|
||||
{% if basket.getValidation() %}
|
||||
<img src='/assets/common/images/icons/basket_validation.png' title='' width="16" class="btn-image"/>
|
||||
<img src='/assets/common/images/icons/basket_validation.png' title='' width="24" class="btn-image"/>
|
||||
{% elseif basket.getPusher() %}
|
||||
{% if not basket.isRead() %}
|
||||
<img src='/assets/common/images/icons/basket_push_unread.png' title='' width="16" class="btn-image"/>
|
||||
<img src='/assets/common/images/icons/basket_push_unread.png' title='' width="24" class="btn-image"/>
|
||||
{% else %}
|
||||
<img src='/assets/common/images/icons/basket_push.png' title='' width="16" class="btn-image"/>
|
||||
<img src='/assets/common/images/icons/basket_push.png' title='' width="24" class="btn-image"/>
|
||||
{% endif %}
|
||||
{% else %}
|
||||
<img src='/assets/common/images/icons/basket.png' title='' width="16" class="btn-image"/>
|
||||
<img src='/assets/common/images/icons/basket.png' title='' width="24" class="btn-image"/>
|
||||
{% endif %}
|
||||
|
||||
<span class="title">{{basket.getName()}}</span>
|
||||
|
16
yarn.lock
16
yarn.lock
@@ -5305,14 +5305,10 @@ jquery-simplecolorpicker@^0.3.1:
|
||||
resolved "https://registry.yarnpkg.com/jquery-simplecolorpicker/-/jquery-simplecolorpicker-0.3.1.tgz#4f6befd380ab05470f585d5482e5180556e460eb"
|
||||
integrity sha1-T2vv04CrBUcPWF1UguUYBVbkYOs=
|
||||
|
||||
"jquery-treeview@git+https://github.com/alchemy-fr/jquery-treeview.git#1e9e5a49d2875b878801e904cd08c2d25e85af1e":
|
||||
version "1.4.2"
|
||||
resolved "git+https://github.com/alchemy-fr/jquery-treeview.git#1e9e5a49d2875b878801e904cd08c2d25e85af1e"
|
||||
|
||||
"jquery-treeview@https://github.com/alchemy-fr/jquery-treeview.git":
|
||||
"jquery-treeview@git+https://github.com/alchemy-fr/jquery-treeview.git", "jquery-treeview@git+https://github.com/alchemy-fr/jquery-treeview.git#1e9e5a49d2875b878801e904cd08c2d25e85af1e":
|
||||
version "1.4.2"
|
||||
uid "1e9e5a49d2875b878801e904cd08c2d25e85af1e"
|
||||
resolved "https://github.com/alchemy-fr/jquery-treeview.git#1e9e5a49d2875b878801e904cd08c2d25e85af1e"
|
||||
resolved "git+https://github.com/alchemy-fr/jquery-treeview.git#1e9e5a49d2875b878801e904cd08c2d25e85af1e"
|
||||
|
||||
jquery-ui-datepicker-with-i18n@^1.10.4:
|
||||
version "1.10.4"
|
||||
@@ -7581,10 +7577,10 @@ phraseanet-common@^0.4.5-d:
|
||||
js-cookie "^2.1.0"
|
||||
pym.js "^1.3.1"
|
||||
|
||||
phraseanet-production-client@0.34.150-d:
|
||||
version "0.34.150-d"
|
||||
resolved "https://registry.yarnpkg.com/phraseanet-production-client/-/phraseanet-production-client-0.34.150-d.tgz#625ea96c045719b405fe9b707b632b1290aca285"
|
||||
integrity sha512-JrtPq6dCTCBxX6kGViXZj4Sc26PMFIaifT3PVD1WHLUCNd/U3nnHzpzKUgVC0ibqOj4aVwA8JW/oMilGEe3cmg==
|
||||
phraseanet-production-client@0.34.152-d:
|
||||
version "0.34.152-d"
|
||||
resolved "https://registry.yarnpkg.com/phraseanet-production-client/-/phraseanet-production-client-0.34.152-d.tgz#ac2165ee1173e61789847c2b578e479bde737e86"
|
||||
integrity sha512-e1+cskYWg+qNc4OSs/M9NOnBkJJpeceOGv7a6wyvw1PK/Cezv4Fp9I7apVNJov4G9agyptndzFeQfmM3fQm6YA==
|
||||
dependencies:
|
||||
"@mapbox/mapbox-gl-language" "^0.9.2"
|
||||
"@turf/turf" "^5.1.6"
|
||||
|
Reference in New Issue
Block a user