LOA System #12
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
LOA System,to LOA SystemCancel LOA button exists in the "you are on LOA" notification (currently resides in
ui\src\App.vue: 119, but would probably be good to be moved into its own component to avoid clutter in the root application file) but is not hooked up to anything yet.Admin cancel LOA buttons exist in the Administration -> LOA page in the list (
ui\src\components\loa\loaList.vue) but is also not hooked up to anything.The database table "leaves_of_absences" does not deliberately support cancelling an in progress LOA right now, however the "deleted" column could serve as a cancelled flag.
There is no API support for cancelling an LOA yet.