To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorMove to Next / Previous Column Properties Panel
As a Data Packager
I want to move sequentially through each column property panel
So that I can efficiently set all the column properties
RULES
- "Next Column" and "Previous Column" are invoked using a button in the Column Properties panel
- Hide button RULES:
- If the cursor is in the first column, the previous button should be hidden
- If the cursor is in the last column, the next button should be hidden
- Do not show next or previous button in Table, Provenance or Data Package panels
- Scenarios
-
- Move to the next Column Properties panel
-
- Given
- Column Properties is open
- When
- "Next Column" is invoked
- Then
- the next column properties panel should be displayed
- And
- the stored properties for that column should be displayed
- Move to the previous Column Properties panel
-
- Given
- Column Properties is open
- When
- "Previous" is invoked
- Then
- the previous column properties panel should be displayed
- And
- the stored properties for that column should be displayed
Last published almost 2 years ago by Matt Mulholland.