mirror of
https://github.com/Karaka-Management/oms-Knowledgebase.git
synced 2026-02-12 16:28:41 +00:00
Went through todos
This commit is contained in:
parent
cbd19c9353
commit
f6f3cf312a
|
|
@ -159,7 +159,7 @@ return [
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
||||||
'^.*/wiki/category/l11n$' => [
|
'^.*/wiki/category/l11n(\?.*|$)$' => [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\Knowledgebase\Controller\ApiController:apiWikiCategoryL11nCreate',
|
'dest' => '\Modules\Knowledgebase\Controller\ApiController:apiWikiCategoryL11nCreate',
|
||||||
'verb' => RouteVerb::PUT,
|
'verb' => RouteVerb::PUT,
|
||||||
|
|
|
||||||
|
|
@ -55,6 +55,10 @@ final class ApiController extends Controller
|
||||||
*
|
*
|
||||||
* @api
|
* @api
|
||||||
*
|
*
|
||||||
|
* @question Consider to use the Editor module for the content instead of handling
|
||||||
|
* the content separately in the wiki module.
|
||||||
|
* https://github.com/Karaka-Management/oms-Knowledgebase/issues/7
|
||||||
|
*
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
public function apiWikiDocCreate(RequestAbstract $request, ResponseAbstract $response, array $data = []) : void
|
public function apiWikiDocCreate(RequestAbstract $request, ResponseAbstract $response, array $data = []) : void
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user