-
Notifications
You must be signed in to change notification settings - Fork 908
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
[Bug] addButtonFromView($stack, $name, $view, $position = false) without 'meta' #5741
Comments
Based on the knowledge sources provided, I can address your question about the The According to the Backpack documentation on creating custom buttons, you can use meta data in your custom button views. The documentation states: "In the blade file, you can use:
This suggests that while the The correct syntax for adding a button from a view is: CRUD::addButtonFromView($stack, $name, $view, $position); If you need to add meta data to your button, you would likely do this separately using the It's worth noting that the Backpack API has evolved over time, and some methods may have been updated or changed. If you're experiencing issues with this method or need more specific information about using meta data with buttons, you might want to consult the most recent Backpack documentation or reach out to the Backpack community for support. ℹ️ Please note our AI Bot does not reply to follow-ups, this will be the only AI answer in this thread. If the AI helped you find the answer, please mark it as answered or write details below so it can learn. Then close the conversation. If not, please give more information for when a human reads this. ℹ️ Relevant sources: Github Issue (closed): addButtonFromView position ignored |
Bug report
Why method addButtonFromView without meta?
The text was updated successfully, but these errors were encountered: