Skip to content

Commit

Permalink
[Cursus] editor creation (#2865)
Browse files Browse the repository at this point in the history
* Cursus editor

* fixed list and permissions

* cleaned files
  • Loading branch information
WolfyWin authored Oct 14, 2024
1 parent 13e912b commit 62ee780
Show file tree
Hide file tree
Showing 15 changed files with 121 additions and 686 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ public function getIgnore(): array
/**
* List registered groups to sessions.
*
* @Route("/{id}", name="list", methods={"GET"})
* @Route("/{id}/{sessionId}", name="list", methods={"GET"})
* @Route("/{id}", name="course_list", methods={"GET"})
* @Route("/{id}/{sessionId}", name="course_list", methods={"GET"})
*
* @EXT\ParamConverter("course", class="Claroline\CursusBundle\Entity\Course", options={"mapping": {"id": "uuid"}})
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ public function getIgnore(): array
/**
* List registered users to sessions.
*
* @Route("/{id}", name="list", methods={"GET"})
* @Route("/{id}/{sessionId}", name="apiv2_training_session_user_list", methods={"GET"})
* @Route("/{id}", name="course_list", methods={"GET"})
* @Route("/{id}/{sessionId}", name="course_list", methods={"GET"})
*
* @EXT\ParamConverter("course", class="Claroline\CursusBundle\Entity\Course", options={"mapping": {"id": "uuid"}})
*/
Expand Down
51 changes: 0 additions & 51 deletions src/plugin/cursus/Resources/modules/course/components/creation.jsx

This file was deleted.

64 changes: 0 additions & 64 deletions src/plugin/cursus/Resources/modules/course/components/form.jsx

This file was deleted.

Loading

0 comments on commit 62ee780

Please sign in to comment.