nova-inline-select icon indicating copy to clipboard operation
nova-inline-select copied to clipboard

Feature: render new options after save

Open 4n70w4 opened this issue 5 years ago • 3 comments

Case: state machine. Display on select only possible transitions.

After update value return to frontend new array of possible transitions.

4n70w4 avatar Feb 06 '20 16:02 4n70w4

@4n70w4 Thank you for the suggestion. At this point we don't have any plans adding the dynamic functionality you are describing.

That being said, if you have a good way of handling this, please issue a PR with the code.

brandonferens avatar Feb 06 '20 18:02 brandonferens

I have no idea how to do this. Currently used default Nova controller. This can greatly complicate the implementation.

Alternatively, may be create a separate endpoint for this package that will save data and return a new options list.

This will also solve the problem of selflessly adding the sometimes rule to many fields.

4n70w4 avatar Feb 07 '20 07:02 4n70w4

Separate endpoint for saving will also solve my other problem with(). https://github.com/kirschbaum-development/nova-inline-select/issues/24

4n70w4 avatar Feb 07 '20 07:02 4n70w4