[person] order social issues: remove custom controller and order only by 'ordering'

This commit is contained in:
nobohan
2022-02-22 12:36:04 +01:00
parent bb93cb23a7
commit ce1d213082
4 changed files with 36 additions and 98 deletions

View File

@@ -199,7 +199,3 @@ chill_person_social_result_admin:
chill_person_controllers:
resource: "@ChillPersonBundle/Controller"
type: annotation
social_work_social_issue:
path: "/api/1.0/person/social-work/social-issue.json"
controller: Chill\PersonBundle\Controller\SocialIssueApiController::indexAction

View File

@@ -67,6 +67,3 @@ services:
autowire: true
tags: ['controller.service_arguments']
Chill\PersonBundle\Controller\SocialIssueApiController:
autowire: true
autoconfigure: true