-
Hello, I've come across a piece of legacy code of another dev using the method
Inside a Nova resource. What is this method doing and why was it removed? Any help would be appreciated :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The method was refactored in Nova 4 major release, you will need to update |
Beta Was this translation helpful? Give feedback.
The method was refactored in Nova 4 major release, you will need to update
updateFieldsWithinPanels
to match with the new code structure.