634 B
634 B
- Fix fatal error in
app/Http/Controllers/Market/CooperativeController.phpby removing the redundantcreateCooperativedefinition. - Modify
app/Http/Controllers/Support/VueRouteMap.phpto ensuretoCamelCasereturns PascalCase for better Vue component matching. - Update
app/Http/Controllers/Helpers/Permissions/UserPermissions.phpto grantViewOrganizationspermission to theOPERATORrole. - Improve error handling in
resources/js/Pages/CooperativeList.vueto display a message when data loading fails. - Execute
npm run buildand restart thebukidbountyappDocker container to apply changes.