-
-
Notifications
You must be signed in to change notification settings - Fork 139
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
Extension Framework does not contain all changed Field Properties #565
Comments
Do you your logs show any relevant messages during the export process? |
Log not contains anything on export-Process. |
Do you think your bug could be the same as this one? Maybe try applying that fix and testing again |
I think it's even worse than that. I have now done the following test: this file has this content:
After changing a property in the Studio, e.g. required, the field DISAPPEARS in the Studio and from the View. The file looks like this after saving:
After restoring the file and QR&R, the field is visible again. |
Do any of these behaviors change after applying my fix? |
After applying the Fix the File looks like this:
But the behaviour still is the Same, Field Disappears from Studio. |
I didn't test that fix with custom modules, maybe there's still something to be improved in those conditions. My approach there was "first, do no harm", meaning: what I changed improves some cases, and doesn't add any risks that I can think of. But I did not check every other possible case because that is complex code... |
Yes, thanks for trying to help. Maybe there is someone who can reproduce the behavior to show whether the installation is ok. |
Issue
On Adding a custom Field on a Module, like Accounts, not all Properties of the Field are written at
\custom\Extension\modules\Accounts\Ext\Vardefs
On Adding Field "KundenNr" on Accounts Module, the File "suitecrm_data/public/legacy/custom/Extension/modules/Accounts/Ext/Vardefs/_override_sugarfield_kundennr_c.php" looks like:
The text was updated successfully, but these errors were encountered: