stable

Clone or download

Read-only

Style steps definition in artifact view

Part of story #11390: have base of steps across the stack Add a step in an test definition. Directly in db, add more steps. (it is not possible to add more than one step in UI yet) The steps should be nicely displayed. When you create a test without any steps, it should not create an empty step. Change-Id: Ibdf415d85bded62677e5e67dc7f50f4c663d7f38

Modified Files

Name
M .gitignore +1 −0 Go to diff View file
M build-manifest.json +10 −0 Go to diff View file
M include/TestManagement/Step/Definition/Field/StepDefinition.php +6 −1 Go to diff View file
M include/TestManagement/Step/Definition/Field/StepDefinitionChangesetValueDao.php +6 −1 Go to diff View file
M include/testmanagementPlugin.class.php +15 −0 Go to diff View file
M templates/step-def-edit.mustache +15 −12 Go to diff View file
M templates/step-def-readonly.mustache +8 −28 Go to diff View file
A www/themes/FlamingParrot/css/style.scss +83 −0 Go to diff View file