Commit d21bb520 authored by BaiJiangJie's avatar BaiJiangJie

[Update] 修改CommandFilter的system_users字段为不必填

parent f70567f4
......@@ -22,6 +22,7 @@ class CommandFilterSerializer(BulkOrgResourceModelSerializer):
extra_kwargs = {
'rules': {'read_only': True},
'system_users': {'required': False},
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment