-
Notifications
You must be signed in to change notification settings - Fork 75
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
Read-Only flag in CustomerCompany Map #65
Comments
Confirmed. We have to introduce a server side check, probably in the module files. |
bschmalhofer
changed the title
Read-Only flag in Customer Map
Read-Only flag in CustomerCompany Map
Aug 21, 2020
The readonly flag was not checked in AdminCustomerCompany.pm. The solution is to pass the old values for the readonly values. |
bschmalhofer
added a commit
that referenced
this issue
Aug 21, 2020
bschmalhofer
added a commit
that referenced
this issue
Aug 21, 2020
bschmalhofer
added a commit
that referenced
this issue
Aug 21, 2020
bschmalhofer
added a commit
that referenced
this issue
Aug 21, 2020
Tested with Firefox Webdevelopper 'Make Form Fields Writeable' . Looks good. Closing the issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I had a strange setup with additional fields in CustomerCompany. In the config these were marked as readonly. Consequently the additional fields could not be changed. Because of a direkt update in the table customer_company different values were shown in the GUI as were in the table. When updating in the GUI the values from the GUI were inserted in the table.
My guess is that the readonly fields were still POST input fields. And all it takes to make these fields writable is to use a Browser extension that make ro input fields writable. IMHO this is a security bug.
The text was updated successfully, but these errors were encountered: