Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • P perun-core
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PerunV3
  • perun-core
  • Merge requests
  • !404

Merged
Created Jun 10, 2021 by Tomi Karikj@tomi.karikjMaintainer

Dependent dropdown improvements

  • Overview 2
  • Commits 2
  • Pipelines 1
  • Changes 2
  1. Added two new optional props (tableName & ddVerbPath) in the GenericForm component when using dependent dropdowns
  • tableName is the table/object that is used for rendering the form instance
  • ddVerbPath is the WS for getting the dependent element values in the DependencyDropdown component
  1. Use the new GenericForm props (tableName & ddVerbPath) in the DependentElements component and some clean-up
  • The tableName prop is used for getting the appropriate dropdown values
  • The ddVerbPath prop is just the name of the WS that will be used for getting the above-mentioned dropdown values. Examples for the format of the prop have been added as console warnings & errors when invalid prop values or altogether missing prop values are encountered
Edited Jun 10, 2021 by Tomi Karikj
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: feature/ddropdown_improvements