Skip to content
This repository was archived by the owner on Oct 6, 2022. It is now read-only.
This repository was archived by the owner on Oct 6, 2022. It is now read-only.

Fix alphanumeric validation and behaviour #153

Description

@lobut

There are two issues with the character validation.

Using punctuation as a part of the name alongside other characters
Certain characters can bypass the validation check when creating an application name.

For example, '.' can be created as an application or feature name. Still valid, but it is not alphanumeric, so we should update the error checking/message.

Using solely '.' character for the name
Also, if it contains only the '.' character, it seems to only be stored client-side and disappears after a refresh of the page when using less than three dots. If you use three or more dots, then it stored successfully.

Also, the hyphen is an acceptable character.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions