-
Notifications
You must be signed in to change notification settings - Fork 24
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
ScheduleForm: Add Send Report Now
button
#137
ScheduleForm: Add Send Report Now
button
#137
Conversation
10da1a9
to
0e0b6a6
Compare
0e0b6a6
to
c1024af
Compare
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.
My bad! This is not the right form! 🙈 |
c1024af
to
aa5436b
Compare
aa5436b
to
17a123f
Compare
17a123f
to
eba5f4d
Compare
eba5f4d
to
e6a22d0
Compare
e6a22d0
to
d016784
Compare
79af43a
to
99d479e
Compare
@lippserd Do you want to have a look? |
$action = new $values['action'](); | ||
$action->execute($this->report, $values); | ||
|
||
Notification::success(t('Report sent successfully')); |
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.
Please replace t()
with $this->translate()
. After that it's free to merge.
99d479e
to
e4dc85e
Compare
resolves #133