3064 PO 2) Text fixes
This commit is contained in:
parent
999b6cc8ae
commit
565216dc7b
view/src/main/java/se/su/dsv/scipro
2
view/src/main/java/se/su/dsv/scipro/finalseminar/ProjectActiveParticipationListPanel.utf8.properties
2
view/src/main/java/se/su/dsv/scipro/finalseminar/ProjectActiveParticipationListPanel.utf8.properties
@ -1,3 +1,3 @@
|
||||
FinalSeminarGrade.APPROVED=approved
|
||||
FinalSeminarGrade.NOT_APPROVED=failed
|
||||
count_performed_explanation=${count_approved} out of ${count_required} mandatory
|
||||
count_performed_explanation=${count_approved} completed out of ${count_required} mandatory
|
||||
|
@ -47,6 +47,7 @@ public class DaisyPicture extends ResourceReference {
|
||||
return new AbstractResource() {
|
||||
@Override
|
||||
protected ResourceResponse newResourceResponse(final Attributes attributes) {
|
||||
if (true) return noPhoto();
|
||||
final SciProSession session = SciProSession.get();
|
||||
if (!session.isLoggedIn()) {
|
||||
return noPhoto();
|
||||
|
Loading…
x
Reference in New Issue
Block a user