Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • E Embedded Genesys UI
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 5
    • Issues 5
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value stream
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Genesys PGR
  • Embedded Genesys UI
  • Issues
  • #44

Closed
Open
Created Aug 05, 2021 by Matija Obreza@mobrezaOwner

Disabling Overview sections

Add a possibility for the user to specify which sections of Overviews are displayed by specifying false for the ones to hide in genesysConfig: Config:

// Embedded Genesys configuration
const genesysConfig = {
  apiUrl: 'https://api.sandbox.genesys-pgr.org', // Genesys API server
  ...
  overviews: {
   'cropName': false,
   'taxonomy.grinTaxonomySpecies.name': false
  }
}

The section keys can be identified in src/accession/AccessionOverviewSection.tsx.

By default all sections are enabled.

Edited Aug 05, 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