Replies: 3 comments 2 replies
-
Hello there! Thanks for opening your first issue on this repo! Just a heads-up: Here at Backpack we use Github Issues only for tracking bugs. Talk about new features is also acceptable. This helps a lot in keeping our focus on improving Backpack. If you issue is not a bug/feature, please help us out by closing the issue yourself and posting in the appropriate medium (see below). If you're not sure where it fits, it's ok, a community member will probably reply to help you with that. Backpack communication channels:
Please keep in mind Backpack offers no official / paid support. Whatever help you receive here, on Gitter, Slack or Stackoverflow is thanks to our awesome awesome community members, who give up some of their time to help their peers. If you want to join our community, just start pitching in. We take pride in being a welcoming bunch. Thank you! -- |
Beta Was this translation helpful? Give feedback.
-
@DinoTD I'll let @pxpm answer this since InlineCreate is his baby, he knows best how difficult it would be to create an InlineEdit. I'll move this to Discussions though, since it's a Feature Request. It's multi-thread so it's easier to come up with solutions. |
Beta Was this translation helpful? Give feedback.
-
Hi @DinoTD, Thanks for suggesting this! We agree that having an InlineEdit option, similar to InlineCreate, would be a powerful addition for use cases like yours with orders and invoices. The good news is that we plan to work on this feature during the development of Backpack v7. While we can’t commit to an exact release date just yet—there’s quite a bit of work ahead—it’s definitely on our backlog. We’re excited to bring more flexibility to Backpack’s inline functionalities and enhance user experience in these scenarios. In the meantime, if you’re exploring custom implementations, feel free to share your progress with the community. We’re always interested to see how creative solutions can help shape Backpack’s future features. Thanks again for the valuable feedback! Cheers. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Feature Request
What's the feature you think Backpack should have?
The same as InlineCreatte but also with InlineEdit.
We have two tables here: orders and invoices. One order has zero or a short list of invoices. An invoice belongs to an order.
In an order create/update page I have an select(from a short list of invoices) with InlineCreate and a modal.
I want to transform it in a custom field as a list with InlineCreate and InlineEdit. This looks similar with a table field.
In this create/update page I want to see an "+ Add invoice" and also a short list of existing invoices with an "Edit" button for every invoice and the possibility to edit each invoice in a modal as I do now with InlineCreate.
How hard is to separate the logic from this select and InlineCreate.
What is the best way to do that?
Have you already implemented a prototype solution, for your own project?
For now I'm trying to implement this as a custom field for create and update.
Do you see this as a core feature or an add-on?
It can be a core feature next to InlineCreate.
Beta Was this translation helpful? Give feedback.
All reactions