-
Notifications
You must be signed in to change notification settings - Fork 33
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
Display the Button on Create and Update forms #59
Comments
You would think changing public property public $showOnCreation = true; Doesn't do anything, still only shows on Detail screen |
Yeah, its a pitty, that this doesn't work. @dillingham Any plans to make it work? |
You can use/check my fork, I didn't have time to turn it to a proper PR candidate |
@CaddyDz Thanks for feedback. Maybe a stupid question, but how can I use your package? Its not on packagist, right? I have added "repositories": [
{
"type": "git",
"url": "https://github.com/CaddyDz/nova-button.git"
}
] To my |
@bernhardh almost correct, replace |
Thats not working. I think the reason is, that the dillingham master branch is "newer" then yours. He updated it 9 days ago. But thanks for your help, I have done another solution with the |
@bernhardh sorry I've been slammed.. I'll try to get this added soon |
@dillingham: no problem. I have now created a pull request with that feature plus moved code logic to mixin |
@dillingham: Would be really nice if you could merge this? |
@CaddyDz I just integrated your fork to replace this package and I am still not seeing the button on create/update forms
Am I missing something? |
Display the Button on Create and Update forms #59
No description provided.
The text was updated successfully, but these errors were encountered: