enhancement of controller.readOnly

Because we use ouer own security system, we use the function: controller.readOnly = false (or true) a lot for users that are not allowed to edit forms.

Only there is one disadvantages, on (list) forms we use in the title-header globals, for searching. These globals become read-only too! So users can’t use them to search anymore.

Can we have an extra option on this one, that applies to globals field, yes or no?

P.S. I know we can work-around this one, and make every other field read-only seperatly, but that is a LOT more work