-
Notifications
You must be signed in to change notification settings - Fork 71
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
Unwanted icons visible in buttons and fix incorrect argument order #512
Unwanted icons visible in buttons and fix incorrect argument order #512
Conversation
fdc4f89
to
a4921bc
Compare
42b4d9f
to
0ab17d9
Compare
0ab17d9
to
7f6067b
Compare
$menu->insertBefore($tab, 'MoreOptions'); | ||
$menu->insertBefore('MoreOptions', $tab); |
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.
Is this actually a separate problem to the icons problem?
If so, can you please split it out so that each problem being fixed has its own pull request? It will be easier to review that way.
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.
Yes separate. Can do. will do 👍
Also please make sure there is an issue for each pull request (that was in the PR template, looks like you removed that section for some reason in your PR description). |
It was accidental 🤣 thanks I will fix that |
I will close this one and create another PR for #515 |
Description
The workflow interface looks like the following
Similar issue in silverstripe/silverstripe-admin#1581
When applying workflow to a page. There is an error related to an incorrect argument for
insertBefore
Manual testing steps
Add a workflow and select the default template
The next screen shows the issue 1
Go to a page
Apply workflow from settings tab
There is a PHP error about the argument
Pull request checklist