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 collaboratorShow Previous Tab
As a Data Packager
I want to quickly move to the previous data tab (to the left)
So that I can view related data
RULES
- The "Show Previous Tab" command can be invoked using a menu item or keyboard shortcut
- Scenarios
-
- Show the Previous tab
-
- Given
- Data Curator is open
- And
- more than one tab is open
- And
- the left-most tab is not selected
- When
- "Show Previous Tab" is invoked
- Then
- the current tab should be deactivated
- And
- the tab to the left should be activated
- left-most tab selected
-
- Given
- Data Curator is open
- When
- the left-most tab is selected
- Then
- the "Show Previous Tab" command should be made unavailable
- left-most tab not selected
-
- Given
- Data Curator is open
- And
- more than one tab is open
- When
- the left-most tab is not selected
- Then
- the "Show Previous Tab" command should be made available
Last published almost 2 years ago by Matt Mulholland.