-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prototype for starting evaluations as evasys coordinator #71
Conversation
…lags to evasys category
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! I have already added some review comments. Please have a look at the secondary navigation for all pages, this is not needed here.
b941b73
to
f738b1f
Compare
d748ba0
to
7c03595
Compare
7c03595
to
4978bc5
Compare
4f4e011
to
60021f4
Compare
block_evasys_sync.php
Outdated
$evasyscategory = \block_evasys_sync\evasys_category::for_course($this->page->course); | ||
|
||
if (!$evasyscategory) { | ||
$this->content->text = 'This course isn\'t inside any evaluation category!'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should not be hardcoded but added to lang and also translated to German.
); | ||
|
||
$this->content->text .= $OUTPUT->render_from_template("block_evasys_sync/block", $data); | ||
|
||
if (!$evasyscategory->can_teacher_request_evaluation()) { | ||
$this->content->text .= get_string('teacher_request_disabled', 'block_evasys_sync'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This string has no translation to German.
2455ffd
to
52af406
Compare
…atch-cron Move bulk synchronization to cron task
…mprove-adminsettings changed course category select to autocomplete element in admin settings
…r requested evaluations to teachers optional
…mail-optional-no-update feature/automatic-eval-request email optional without db upgrade
Great thanks! Is has been in production for quite some time now without any errors :) |
No description provided.