Differentiate "state name/title" and "state description" is not clearly define and have side effect #5795
Labels
Status: Triage
Needs to be verified, categorized, etc
Type: Bug / Error
Something isn't working or is incorrect
Description
Official documentation for state says that
state "line1" as A
andA: line3
are both description of state Abut the render of the first "description" is not the same : it is clearly a "title" or a "name"
and if you have sub state
:
(description) can't be multiple for state==> error
but
give two separated state A
Steps to reproduce
Test the code on the description
Screenshots
No response
Code Sample
No response
Setup
Suggested Solutions
So for me :
as
is clearly the definition an alias for the state to not use the full state name and should not be possible more that once.:
should be clearly define as a description , and the first description can't be used as "state name"Additional Context
No response
The text was updated successfully, but these errors were encountered: