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
We cannot easily implement the new pick field in parallel with the old one due to the special treatment we give to 'pick' throughout core. The next major step is for the re-built pick field to fully replace the old one.
Add New Pod:
Track down and fix up issues with depends-on/excludes-on for select lists
Fix Pod Edit screen:
Find what's snagging in the JS collapsible method when clicking edit on a field
Rework pods_sister_field JS function
Selected attribute not being set on initialization for some lists (field type is one culprit)
Track down slow initial load when expanding the collapsible field row
The text was updated successfully, but these errors were encountered:
* remove "view selector" left over from prototyping
* only show the add new button if an `iframe_src` has been set
* determine the proper view to be used from the field options
* patch up the pick.php files (classes/fields and ui/fields-mv) to only use the new mv fields
PR: #3697
We cannot easily implement the new pick field in parallel with the old one due to the special treatment we give to 'pick' throughout core. The next major step is for the re-built pick field to fully replace the old one.
Add New Pod:
Fix Pod Edit screen:
collapsible
method when clicking edit on a fieldpods_sister_field
JS functionThe text was updated successfully, but these errors were encountered: