aditinikam opened a new pull request, #5918:
URL: https://github.com/apache/fineract/pull/5918

   ## Description
   
     JIRA: https://issues.apache.org/jira/browse/FINERACT-2298
   
     Aligns the Standing Instruction History read endpoint with the new
     command-processing conventions:
   
     - Moves authorization for ⁠ GET /standinginstructionrunhistory ⁠ out of the
       resource's programmatic ⁠ validateHasReadPermission ⁠ check and into
       ⁠ SecurityConfig ⁠ (⁠ READ_STANDINGINSTRUCTION ⁠); the resulting 
authority set
       is identical, so existing roles are unaffected.
     - Renames ⁠ StandingInstructionHistoryReadPlatformService ⁠ /
       ⁠ ...Impl ⁠ to ⁠ StandingInstructionHistoryReadService ⁠ / ⁠ ...Impl ⁠ 
to match the
       ⁠ *ReadService ⁠ naming used elsewhere, and updates the bean wiring in
       ⁠ AccountConfiguration ⁠ and the API resource accordingly.
     - Drops the now-unused ⁠ PlatformSecurityContext ⁠ dependency from the 
resource
       and hoists ⁠ @Produces(APPLICATION_JSON) ⁠ to the class level.
   
     No behavior change to the endpoint response or query logic.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to