-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix panels for Tabs in create and update views. fixes #85 #139
Conversation
@RVxLab I refactored the function to use each() on fields collection. That solved other issues as well. Please review. |
Looks good and seems to work well on Nova 3.21. Thanks for your PR! One question before I merge though, what exactly do you mean with this?
Are you saying that lines 3 through 16 can be removed? If yes, then perfect. Otherwise, please explain. |
@RVxLab yes. |
I'll fix that on my end. Thanks again! |
Removed now unneeded fieldsOutsideTabs, see #139
This fixes the issue in Update or Create view when all tabs panels were bunched into one default. Issue #85
It also makes 'fieldsOutsideTabs' in FormTabs.vue obsolete as any fields that are not included in Tabs will be shown on default Panel