Skip to content

Commit

Permalink
General: Remove required status from UID field
Browse files Browse the repository at this point in the history
Remove the required status from the UID filed,
because this leads to an error with the command
manage auto-uid, which is used to generated UIDs
for new requierements.

Signed-off-by: Simon Hein <shein@baumer.com>
  • Loading branch information
simhein committed Jun 24, 2024
1 parent c98b7ac commit fc059b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/software_requirements/software_requirements.sgra
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ELEMENTS:
FIELDS:
- TITLE: UID
TYPE: String
REQUIRED: True
REQUIRED: False
- TITLE: STATUS
TYPE: String
REQUIRED: True
Expand Down
2 changes: 1 addition & 1 deletion docs/system_requirements/system_requirements.sgra
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ELEMENTS:
FIELDS:
- TITLE: UID
TYPE: String
REQUIRED: True
REQUIRED: False
- TITLE: STATUS
TYPE: String
REQUIRED: True
Expand Down

0 comments on commit fc059b8

Please sign in to comment.