When trying to select a model instance, I am only able to click on the link to the model instance edit form. Only after clicking "save", without any changes, am I able to select the model instance. How can I configure the instance select modal to allow me to select model instances without first visiting the edit form?
Observed behavior
There is no place to click the instance to make a selection. Clicking the instance name takes me to the edit form, which is not typically desirable.
Expected behavior
I was expecting to be able to select the instance directly from the results table, similar to the Wagtail PageChoosePanel
Feature request
One solution might be to have explicit "select" and "edit" buttons on each row to let the user choose their desired action.
When trying to select a model instance, I am only able to click on the link to the model instance edit form. Only after clicking "save", without any changes, am I able to select the model instance. How can I configure the instance select modal to allow me to select model instances without first visiting the edit form?
Observed behavior
There is no place to click the instance to make a selection. Clicking the instance name takes me to the edit form, which is not typically desirable.
Expected behavior
I was expecting to be able to select the instance directly from the results table, similar to the Wagtail PageChoosePanel
Feature request
One solution might be to have explicit "select" and "edit" buttons on each row to let the user choose their desired action.