mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-10-21 15:58:52 +00:00
[Update] 修改Minxs
This commit is contained in:
@@ -55,6 +55,8 @@ class Action:
|
||||
x = cls.NAME_MAP_REVERSE.get(x, 0)
|
||||
y = cls.NAME_MAP_REVERSE.get(y, 0)
|
||||
return x | y
|
||||
if not value:
|
||||
return None
|
||||
return reduce(to_choices, value)
|
||||
|
||||
@classmethod
|
||||
|
Reference in New Issue
Block a user