Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A administrate
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 96
    • Issues 96
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 32
    • Merge requests 32
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • 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
  • thoughtbot, inc.
  • administrate
  • Merge requests
  • !422

Add support for selectable strings on edit pages

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/Jberlinsky/jb-dropdown-selection-field into master Jan 19, 2016
  • Overview 4
  • Commits 5
  • Pipelines 0
  • Changes 10

Created by: Jberlinsky

This pull request adds support for collection select fields, much like simple_form's collection: [:foo, :bar] option. This also provides a base field that will be helpful in implementing the HasOne field that is currently pending implementation.

Example User Story

As a developer I want to allow administrative users to select values from a drop-down rather than enter them free-form So that I don't need to worry quite as much about data integrity in my administrative interface And so that my users have a streamlined user experience.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/Jberlinsky/jb-dropdown-selection-field