Closed DynamicField closed 4 years ago
This just fixes an issue where it checks for the permission field to not be null instead of the actual description parameter. Basically if you didn't set up a permission before setting a description, it throws!
permission
description
Thanks!
This just fixes an issue where it checks for the
permission
field to not be null instead of the actualdescription
parameter. Basically if you didn't set up a permission before setting a description, it throws!