I dont see a ‘In Standard FIlter’ option in cusomtize form - I see In Filter’. But selecting this doesnt add the field to the filter dashboard.
Is there any problem with my update? My current version is 7.2.1
Found the problem - the in_standard_filter is lost in bench update.
The situation is that we have made changes to role permissions for certain doctypes, which in turn updates the doctype json. Now, when we do bench update, either our changes to role permissions are lost, or some of the changes from github are lost.
I think there has to be a better way of recording the role permission changes instead of updating the core json - updating the json creates merge conflict everytime we do bench update.
Managing custom permissions using separate table is on our priority to do list. But you can avoid modifying json on change of permissions, by switching off developer mode in your site config. In your production setup, you should never enable developer_mode.