Fix localizer warning on the finishing up tab for each author #101
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "reflection_not_submitted"
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?
Fixes #48
The
getReflectionText
method was callinggetString
when no reflection has been submitted. This is not a relevant case for the editing form since it can not be accessed when there is no reflection. Inlined the method call and removed the non-submitted case, the default will be an empty string.How to test
identifier
is non-null on theProject
)Deployed to https://scipro-reflectionnotsubmitted.branch.dsv.su.se
Checkout
From your project repository, check out a new branch and test the changes.