Add mandatory checks on create and refactor for update
Move the mandatory checking logic into a new method CheckMandatoryFields in the main module to make it available from both create and update. Also make CheckMandatoryFields work with both update where a ticket already exists and create where it hasn't yet been created.
Showing
t/mandatory_on_create.t
0 → 100644
t/required_fields.t
0 → 100644
Please register or sign in to comment