Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G Genesys Website
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 26
    • Issues 26
    • List
    • Boards
    • Service Desk
    • Milestones
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Genesys PGR
  • Genesys Website
  • Issues
  • #844

Closed
Open
Created Nov 17, 2021 by Matija Obreza@mobrezaOwner

Old APIv2 controllers

UI makes use of API v2 endpoints that were removed as part of upgrading Genesys APIs in https://gitlab.croptrust.org/genesys-pgr/genesys-server/-/merge_requests/657/commits.

Some client services in the UI were recently updated, but that did not include a check if UI is using /api/v2/** that were removed.

Example is SubsetService:

// v2
const URL_APPROVE_SUBSETS = '/api/v2/subset/approve';
const URL_REVIEW_SUBSETS = '/api/v2/subset/for-review';
const URL_REJECT_SUBSETS = '/api/v2/subset/reject';
const URL_DELETE_SUBSETS = '/api/v2/subset/delete';
Edited Nov 17, 2021 by Matija Obreza
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking