You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I address this in my open PR #16653 by removing the use of the Template dropdown editor field in the Sets grid; it's highly problematic, particularly when there are multiple instances and when the dropdown is multi-page. That fix is part of a very large PR that needs review, so ....
Anyway, this is what the solution looks like. It follows the other prevalent grids pattern of having the primary field formatted as a link to the next level of editing. (Note that my dev install has a bunch of orphaned records, which is why you see some rows with an "undefined" template.)
Quick report about issues inside form customization:
I have three customizations inside a single customization setting:
I've noticed, that the template column is sometimes acting in strange ways
If I use the reload button, I the grid displays the same value in every field.

Sometimes the first field seems to be empty:
If I double click the field, shows the right id (10).
If I select a value from one of the available options it shows the right label
But If I set the focus to another field, it is empty again.
As far as I can see, the right template id is always stored. Only the output inside the grid seems to be messed up.
Kind regards
Patrick
Environment
MODX 3.1.1
The text was updated successfully, but these errors were encountered: