Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
G
g1
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 76
    • Issues 76
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 4
    • Merge Requests 4
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • cto
  • g1
  • Issues
  • #131

Closed
Open
Opened Jan 14, 2019 by S Anand@s.anandOwner
  • Report abuse
  • New issue
Report abuse New issue

FormHandler add does not show dropdowns while FormHandler edit does

Raised by @sindhura.ch

When using a select for specific columns (see code below):

      columns: [
        { name: '*' },
        {
          name: 'user_designation',
          editable: {
            input: 'select',
            options: ['ACMO', 'CDO']
          }
        },
        { name: 'user_password', hide: true },
        { name: 'actions', template: $('#action-template').html() }
      ]

... the dropdown is visible when we click Edit but not when we click Add. See screenshots below.

image

image

To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: cto/g1#131