Closed (works as designed)
Project:
Field Permissions
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Nov 2017 at 11:32 UTC
Updated:
7 Dec 2017 at 11:36 UTC
Jump to comment: Most recent
Comments
Comment #2
extexan commentedI found the cause (and solution) for this issue. It was actually because of the PHP max_input_vars default value of 1000. When we started setting permissions at the field level, the permissions page got *very* long, and exceeded the default 1000 form fields limit. I set it to 3000 and now permissions are being saved as expected. :-)