Hi,
I'm wondering, if it is a good security enhancement, if all add and edit actions have the fieldList-array populated with all fields, that are no primary key and not 'created' or 'modified'.
In my applications, i have many examples, where the user mustn't add or edit special fields. So when the fieldList is prefilled, one can simply remove the form-input and the element in the fieldList. When it is not prefilled, the array has to be build manually. And with approx 30 tables in one big project, that is no fun;)
Furthermore I feel confident, that people get aware of this important Security measure. So when they don't know about fieldList and simply remove the form-helper input() call, one can fiddle the post-message and alter the field, that wasn't supposed to be edited by the user...
I am willing to create a pr for this. But i wanted to ask beforehand, if this is a good idea;)