Making us less dependant on javascript trust

Many of the microapps are pretty javascript dependant, but at least
we should allow users to get to the new notice field without allowing
javascript to run in the browser. :)
This commit is contained in:
Mikael Nordfeldth
2014-02-24 02:05:31 +01:00
parent c0c8250ff7
commit 1e37f374b3
5 changed files with 28 additions and 6 deletions

View File

@@ -65,6 +65,10 @@ class QnAPlugin extends MicroAppPlugin
return true;
}
public function newFormAction() {
return 'qnanewquestion';
}
/**
* Map URLs to actions
*