rolandtoth / AdminOnSteroids

Various ProcessWire admin tweaks to boost productivity.

Home Page:https://processwire.com/talk/topic/13389-adminonsteroids/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Field edit links not clickable when Repeater field set to "Items always open"

Toutouwai opened this issue · comments

For some reason when a Repeater field has the setting "Items always open", it isn't possible to click the field edit link for that field. The field open/close toggle seems to steal the click - in the screen capture below you can see the toggle icon flash although it doesn't actually toggle the field open/closed.

aos-issue

Thanks, I was expecting markup differences but in fact it was another thing. AOS checks whether the edit link is already in the field's markup (see #96). Because repeaters include other fields their markup already contain edit links, so the edit link is not added. Now I excluded repeaters from this so it should work as expected.

Thanks for the speedy fix.