Skip to content

Commit

Permalink
[fc] Repository: plone.app.contentrules
Browse files Browse the repository at this point in the history
Branch: refs/heads/master
Date: 2023-03-27T12:42:37+02:00
Author: Mikel Larreategi (erral) <[email protected]>
Commit: plone/plone.app.contentrules@ae250a0

make modal screens bigger

Files changed:
M plone/app/contentrules/browser/templates/manage-elements.pt
Repository: plone.app.contentrules

Branch: refs/heads/master
Date: 2023-03-27T12:43:02+02:00
Author: Mikel Larreategi (erral) <[email protected]>
Commit: plone/plone.app.contentrules@409fd9d

changelog

Files changed:
A news/78.bugfix
Repository: plone.app.contentrules

Branch: refs/heads/master
Date: 2023-03-30T13:01:49+02:00
Author: Mikel Larreategi (erral) <[email protected]>
Commit: plone/plone.app.contentrules@8d080fd

Merge pull request #79 from plone/erral-issue-78

Make action and condition editing modal screens bigger

Files changed:
A news/78.bugfix
M plone/app/contentrules/browser/templates/manage-elements.pt
  • Loading branch information
erral committed Mar 30, 2023
1 parent 50b7f00 commit ba63e8c
Showing 1 changed file with 37 additions and 6 deletions.
43 changes: 37 additions & 6 deletions last_commit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,47 @@ Repository: plone.app.contentrules


Branch: refs/heads/master
Date: 2023-03-30T12:53:29+02:00
Date: 2023-03-27T12:42:37+02:00
Author: Mikel Larreategi (erral) <[email protected]>
Commit: https://github.com/plone/plone.app.contentrules/commit/dc754edc24cdf6f3db5bd1b50252037c47880f11
Commit: https://github.com/plone/plone.app.contentrules/commit/ae250a0f05f0bf499f4916c6fa2124a38243db9a

Revert "be explicit about exclude_actor not being required"
make modal screens bigger

This reverts commit 35ff7458d88057bb181f4e38cd9f537c12e4bc95.
Files changed:
M plone/app/contentrules/browser/templates/manage-elements.pt

b'diff --git a/plone/app/contentrules/browser/templates/manage-elements.pt b/plone/app/contentrules/browser/templates/manage-elements.pt\nindex b4e13aa..8aed297 100644\n--- a/plone/app/contentrules/browser/templates/manage-elements.pt\n+++ b/plone/app/contentrules/browser/templates/manage-elements.pt\n@@ -94,6 +94,7 @@\n <div class="col-auto">\n <div class="rule-operations">\n <a class="pat-plone-modal btn btn-sm btn-primary"\n+ data-pat-plone-modal="modalSizeClass: modal-xl;"\n tal:condition="condition/editview"\n tal:attributes="\n href string:${condition/editview}?_authenticator=${auth_token};\n@@ -233,6 +234,7 @@\n <div class="col-auto">\n <div class="rule-operations">\n <a class="pat-plone-modal btn btn-sm btn-primary"\n+ data-pat-plone-modal="modalSizeClass: modal-xl;"\n tal:condition="action/editview"\n tal:attributes="\n href string:${action/editview}?_authenticator=${auth_token};\n'

Repository: plone.app.contentrules


Branch: refs/heads/master
Date: 2023-03-27T12:43:02+02:00
Author: Mikel Larreategi (erral) <[email protected]>
Commit: https://github.com/plone/plone.app.contentrules/commit/409fd9d515a0f432d1b018cd9c45c615e5d1f966

changelog

Files changed:
A news/78.bugfix

b'diff --git a/news/78.bugfix b/news/78.bugfix\nnew file mode 100644\nindex 0000000..e8dd3f1\n--- /dev/null\n+++ b/news/78.bugfix\n@@ -0,0 +1,2 @@\n+Make modal action and condition editing modal screens bigger\n+[erral]\n'

Repository: plone.app.contentrules


Branch: refs/heads/master
Date: 2023-03-30T13:01:49+02:00
Author: Mikel Larreategi (erral) <[email protected]>
Commit: https://github.com/plone/plone.app.contentrules/commit/8d080fd367d19cb5571626fe6f177d2550d1894a

Merge pull request #79 from plone/erral-issue-78

Make action and condition editing modal screens bigger

Files changed:
M plone/app/contentrules/actions/mail.py
A news/78.bugfix
M plone/app/contentrules/browser/templates/manage-elements.pt

b'diff --git a/plone/app/contentrules/actions/mail.py b/plone/app/contentrules/actions/mail.py\nindex fec6b45..92211f5 100644\n--- a/plone/app/contentrules/actions/mail.py\n+++ b/plone/app/contentrules/actions/mail.py\n@@ -53,7 +53,6 @@ class IMailAction(Interface):\n exclude_actor = schema.Bool(\n title=_("Exclude actor from recipients"),\n description=_("Do not send the email to the user that did the action."),\n- required=False,\n )\n message = schema.Text(\n title=_("Message"),\n'
b'diff --git a/news/78.bugfix b/news/78.bugfix\nnew file mode 100644\nindex 0000000..e8dd3f1\n--- /dev/null\n+++ b/news/78.bugfix\n@@ -0,0 +1,2 @@\n+Make modal action and condition editing modal screens bigger\n+[erral]\ndiff --git a/plone/app/contentrules/browser/templates/manage-elements.pt b/plone/app/contentrules/browser/templates/manage-elements.pt\nindex b4e13aa..8aed297 100644\n--- a/plone/app/contentrules/browser/templates/manage-elements.pt\n+++ b/plone/app/contentrules/browser/templates/manage-elements.pt\n@@ -94,6 +94,7 @@\n <div class="col-auto">\n <div class="rule-operations">\n <a class="pat-plone-modal btn btn-sm btn-primary"\n+ data-pat-plone-modal="modalSizeClass: modal-xl;"\n tal:condition="condition/editview"\n tal:attributes="\n href string:${condition/editview}?_authenticator=${auth_token};\n@@ -233,6 +234,7 @@\n <div class="col-auto">\n <div class="rule-operations">\n <a class="pat-plone-modal btn btn-sm btn-primary"\n+ data-pat-plone-modal="modalSizeClass: modal-xl;"\n tal:condition="action/editview"\n tal:attributes="\n href string:${action/editview}?_authenticator=${auth_token};\n'

0 comments on commit ba63e8c

Please sign in to comment.