-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display breadcrumb if rootFolder is set with no value #2811
Conversation
Given the property "rootFolder" has been set to "" in phoenix config file | ||
And user "user1" has logged in using the webUI | ||
When the user opens folder "simple-folder" using the webUI | ||
# Then breadcrumb for folder "simple-folder" should be displayed on the webUI | ||
Then there should be no breadcrumb displayed on the webUI | ||
Then breadcrumb for folder "simple-folder" should be displayed on the webUI | ||
When the user opens folder "simple-empty-folder" using the webUI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@haribhandari07 Should we still keep also the steps for "simple-empty-folder"? Or was it only temporarily until the issue is solved?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@LukasHirt I think we can remove steps for simple-empty-folder as the scenario is only for folder one level below the root folder
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Description
In case the root folder has been set with no value, keep the first item in the breadcrumbs.
Related Issue
How Has This Been Tested?
Types of changes
Checklist: