-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Plugin workflow_notification #92
New Plugin workflow_notification #92
Conversation
administrator/components/com_admin/sql/updates/mysql/4.0.0-2018-05-15.sql
Outdated
Show resolved
Hide resolved
ty Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
@chmst Your update SQL skripts still use real null values for the checked out time of the extensions table, but it should use the old fashioned null dates because the change to real null values for that database column is done with a schema update sql which runs later. |
See joomla#26428 !!! |
@bembelimen If your workflow-v3 branch is not up to date with the 4.0-dev branch of the CMS so that it contains the changes from PR joomla#26428 , then please update your branch, otherwise this mistake will happen again and again. |
# Conflicts: # administrator/components/com_admin/sql/updates/mysql/4.0.0-2018-05-15.sql # administrator/components/com_admin/sql/updates/postgresql/4.0.0-2018-05-15.sql
Thanks |
- Remove display:grid for top and bottom positions -> improve display for mod_news on top-a - Move rtl definition for footer to _footer.scss ([dir=rtl] & ) - Add margin to form control-group - #92 - Add underline for links without class (e.g. in text) -> #98 - Improve underline rules for links on menus -> #97 - Change padding and position for mod-list on sidebar - Improve links in mod-menu on sidebar
Pull Request for Issue #87 .
Summary of Changes
This plugin adds a tab to workflow transitions.
It is possible for every transition
Testing Instructions
As the plugin is new, it first must be installed.
Then every transition must have a new tab "notofication".
Enter your data and watch the private messages
Private messages are displayed not correctly but this is not in scope of this PR.
NOTE: The function has been removed from the content plugn joomla. It musbe tested if this works as before.
Expected result
All data are delivered and sent to all receivers, but only once.
Actual result
Documentation Changes Required
yes