Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

automatically populate the key field based on the flag name #155

Merged
merged 2 commits into from
Oct 7, 2019

Commits on Oct 6, 2019

  1. automatically populate the key field based on the flag name

    Whenever the flag name input is updated a check is done to see if
    the flag key is either empty or the same as the flag name. If so,
    the flag key will be updateed accordingly. This check is done to
    ensure that custom keys are not overriden when changing the flag
    name.
    aaronraff committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    7314d0f View commit details
    Browse the repository at this point in the history
  2. remove flag key field's id

    aaronraff committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    bacca01 View commit details
    Browse the repository at this point in the history