-
Notifications
You must be signed in to change notification settings - Fork 14
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
move settings to a seperate page in the admin settings #13
Conversation
* @returns string | ||
*/ | ||
public function getID() { | ||
return 'surveyclient'; |
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.
Use the app id? so with _
a448e35
to
d3c7eb7
Compare
@nickvergessen fixed... 😉 |
@@ -33,7 +33,7 @@ protected function run($argument) { | |||
->setDateTime(new \DateTime()) | |||
->setSubject('updated') | |||
->setObject('dummy', 23) | |||
->setLink($urlGenerator->getAbsoluteURL('index.php/settings/admin#usage-report')); | |||
->setLink($urlGenerator->getAbsoluteURL('index.php/settings/admin/survey_client')); |
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.
you can also use linkToRoute() instead, makes you robust against possible future url changes.
One suggestion, works, 👍 |
needs rebase |
d3c7eb7
to
2f7822f
Compare
backport to stable10 as soon as nextcloud/server#796 is backported