No longer ignore port authority times
This commit is contained in:
parent
de23e7ff00
commit
b4224f591c
@ -56,7 +56,7 @@ class ValidationRuleBaseFunctions():
|
|||||||
self.time_logic = TimeLogic()
|
self.time_logic = TimeLogic()
|
||||||
self.error_message_dict = error_message_dict
|
self.error_message_dict = error_message_dict
|
||||||
# as of 23 dec. 2023 port authority validation is temporarily disabled
|
# as of 23 dec. 2023 port authority validation is temporarily disabled
|
||||||
self.ignore_port_administration_flag = True # flag to disable all port administration validation rules
|
self.ignore_port_administration_flag = False # flag to disable all port administration validation rules
|
||||||
|
|
||||||
def describe_error_message(self, key)->str:
|
def describe_error_message(self, key)->str:
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user