PHRAS-2773 Add notification on mail sending

This commit is contained in:
Harrys Ravalomanana
2020-06-05 16:28:03 +04:00
parent 68085f1511
commit 6cbcf8842d
3 changed files with 6 additions and 5 deletions

View File

@@ -65,7 +65,7 @@
"normalize-css": "^2.1.0", "normalize-css": "^2.1.0",
"npm": "^6.0.0", "npm": "^6.0.0",
"npm-modernizr": "^2.8.3", "npm-modernizr": "^2.8.3",
"phraseanet-production-client": "0.34.216-d", "phraseanet-production-client": "0.34.220-d",
"requirejs": "^2.3.5", "requirejs": "^2.3.5",
"tinymce": "^4.0.28", "tinymce": "^4.0.28",
"underscore": "^1.8.3", "underscore": "^1.8.3",

View File

@@ -1015,6 +1015,7 @@
<input type="hidden" id="push-new-list-title" value="{{ 'prod::push: New list title' | trans }} "> <input type="hidden" id="push-new-list-title" value="{{ 'prod::push: New list title' | trans }} ">
<input type="hidden" id="push-list-name-empty" value="{{ 'prod::push: List name can not be empty' | trans }} "> <input type="hidden" id="push-list-name-empty" value="{{ 'prod::push: List name can not be empty' | trans }} ">
<input type="hidden" id="btn-add" value="{{ 'prod::push: add' | trans }} "> <input type="hidden" id="btn-add" value="{{ 'prod::push: add' | trans }} ">
<input type="hidden" id="export-send-mail-notif" value="{{ 'prod::export: send mail notification' | trans }} ">
<script type="text/javascript" id="bitly_loader"></script> <script type="text/javascript" id="bitly_loader"></script>
<script type="text/javascript"> <script type="text/javascript">
$(document).ready(function(){ $(document).ready(function(){

View File

@@ -7578,10 +7578,10 @@ phraseanet-common@^0.4.5-d:
js-cookie "^2.1.0" js-cookie "^2.1.0"
pym.js "^1.3.1" pym.js "^1.3.1"
phraseanet-production-client@0.34.216-d: phraseanet-production-client@0.34.220-d:
version "0.34.216-d" version "0.34.220-d"
resolved "https://registry.yarnpkg.com/phraseanet-production-client/-/phraseanet-production-client-0.34.216-d.tgz#c7ba0c6f3e1914c270a589214e8b7e0e5a824e1f" resolved "https://registry.yarnpkg.com/phraseanet-production-client/-/phraseanet-production-client-0.34.220-d.tgz#5046bff7f86e26e3d239fa97a7f3618e27cbacfb"
integrity sha512-JE9vKZp5RAbRyhSNkuY4M8gIpfF0OBt/V0Q3/vHVcKAWv4HgZYtNc4itkWTGDwjKfbPPDmQ67PTkmFpec13+ig== integrity sha512-cPEFyCRkgf36wS8axGtIhkLHXdq4Rg9yRZozPm3BA93R8tD9fFWSMc6y1z6Ux10qUcyEXhtje6+a8tSqpKUPyw==
dependencies: dependencies:
"@mapbox/mapbox-gl-language" "^0.9.2" "@mapbox/mapbox-gl-language" "^0.9.2"
"@turf/turf" "^5.1.6" "@turf/turf" "^5.1.6"