Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
ConfDriver refactoring : missing actions for meta_source
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Sep 6, 2016
1 parent c4a7fee commit 3ecea1d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/src/plugins/access.ajxp_conf/src/ConfAccessDriver.php
Expand Up @@ -319,6 +319,9 @@ public function editAction(ServerRequestInterface $requestInterface, ResponseInt
case "edit_repository_data":
case "get_drivers_definition":
case "get_templates_definition":
case "meta_source_add":
case "meta_source_edit":
case "meta_source_delete":
$this->repositoriesAction($requestInterface, $responseInterface);
break;
default:
Expand Down

0 comments on commit 3ecea1d

Please sign in to comment.