-
Notifications
You must be signed in to change notification settings - Fork 10
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
EZP-31236: Added title to action buttons #58
Conversation
'data-extra-classes' => 'ez-tooltip--medium', | ||
'data-placement' => 'left', | ||
'title' => $this->translator->trans( | ||
/** @Ignore */ self::ITEM__UPDATE, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No tabs here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@GrabowskiM this is effect of "composer fix-cs"
'data-extra-classes' => 'ez-tooltip--medium', | ||
'data-placement' => 'left', | ||
'title' => $this->translator->trans( | ||
/** @Ignore */ self::ITEM__CANCEL, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@GrabowskiM this is effect of "composer fix-cs"
Add title to action buttons
All PR’s to this ticket:
ezsystems/ezplatform-matrix-fieldtype#30
https://github.com/ezsystems/ezplatform-form-builder/pull/205
#58
https://github.com/ezsystems/ezplatform-workflow/pull/106
https://github.com/ezsystems/date-based-publisher/pull/148
ezsystems/ezplatform-admin-ui-modules#246
ezsystems/ezplatform-admin-ui#1176
Checklist:
$ composer fix-cs
)