When just edit_event 1 is executed (without any fields and with >=1 event in the app), the application shows "no changes specified for the event" which is not a specific error message as this is the same error message as if I were to do edit_event 1 n/EventName if the first event had event name EventName
This is unlike if you were to do edit 1, where the error message At least one field to edit must be provided. is shown.
When just
edit_event 1
is executed (without any fields and with >=1 event in the app), the application shows "no changes specified for the event" which is not a specific error message as this is the same error message as if I were to doedit_event 1 n/EventName
if the first event had event nameEventName
This is unlike if you were to do
edit 1
, where the error messageAt least one field to edit must be provided.
is shown.