pnp-software / cordetfw_editor

The Cordet FW Editor provides an environment where users define various kinds of specification items for their applications.
GNU General Public License v3.0
1 stars 1 forks source link

Name may contain only alphanumeric characters and underscores is limiting #41

Open cechticky opened 3 years ago

cechticky commented 3 years ago

I'd like to make a requirement with the name "Software for M1" and I get this error message image Could be spaces characters allowed?

pasetti commented 3 years ago

The "name" filed only allows alphanumeric characters and underscores. If you want to have a string with spaces, you should use the "Title" field.

In the domain and name fields, we cannot use spaces because these fields are used to build the unique identifier of a spec_item and they are also used in the auto-completion tip when you build internal references.