Can you say what is that and how can I solve it?
“Cannot get formItem [accordion.title] because it’s past a InlineMixin [accordion], resolve the InlineMixin first.”
accordion is a mixin on my project. We had to create a modify service to get data from this and set on another mixin (all inline), but independent the modify I do, I always get this error and my content is not updated. The error says to resolve the mixin, but it is working very well. o.O