diff --git a/mockup/patterns/modal/pattern.js b/mockup/patterns/modal/pattern.js index 1a43532532..45eccea5fe 100644 --- a/mockup/patterns/modal/pattern.js +++ b/mockup/patterns/modal/pattern.js @@ -110,7 +110,7 @@ define([ content: '#content', automaticallyAddButtonActions: true, loadLinksWithinModal: true, - prependContent: '.portalMessage', + prependContent: '.portalMessage, #global_statusmessage', onRender: null, templateOptions: { className: 'plone-modal fade', @@ -154,7 +154,7 @@ define([ timeout: 5000, displayInModal: true, reloadWindowOnClose: true, - error: '.portalMessage.error', + error: '.portalMessage.error, .alert-danger', formFieldError: '.field.error', onSuccess: null, onError: null, diff --git a/news/975.feature b/news/975.feature index fae9eb9e5b..0c502b284d 100644 --- a/news/975.feature +++ b/news/975.feature @@ -1,2 +1,2 @@ -Barceloneta-LTS support +Barceloneta-LTS support for ``mockup-patterns-inlinevalidation`` and ``mockup-patterns-modal`` [petschki]