-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Give the sharing tab a unique id so it also opens properly on other languages #19125
Conversation
/backport to stable18 |
1.2.8 released |
@juliushaertl mind to do the rebase dance? |
e4a2e4f
to
54233b7
Compare
Done. |
|
This comment has been minimized.
This comment has been minimized.
2bfa82e
to
38dbdaf
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
38dbdaf
to
d819f6a
Compare
This comment has been minimized.
This comment has been minimized.
…anguages Signed-off-by: Julius Härtl <[email protected]>
Signed-off-by: Julius Härtl <[email protected]>
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
d819f6a
to
b476659
Compare
It seems there is some issue with acceptance tests in master Accept share needs to be disabled as this is enabled by default now, right @rullzer ? Scenario: share a file with another user # /drone/src/tests/acceptance/features/app-files-sharing.feature:3
83 | Given I act as John # ActorContext::iActAs()
84 | And I am logged in as the admin # LoginPageContext::iAmLoggedInAsTheAdmin()
85 | And I act as Jane # ActorContext::iActAs()
86 | And I am logged in # LoginPageContext::iAmLoggedIn()
87 | And I act as John # ActorContext::iActAs()
88 | And I rename "welcome.txt" to "farewell.txt" # FileListContext::iRenameTo()
89 | And I see that the file list contains a file named "farewell.txt" # FileListContext::iSeeThatTheFileListContainsAFileNamed()
90 | When I share "farewell.txt" with "user0" # FilesAppSharingContext::iShareWith()
91 | And I see that the file is shared with "user0" # FilesAppSharingContext::iSeeThatTheFileIsSharedWith()
92 | And I act as Jane # ActorContext::iActAs()
93 | And I accept the share for "farewell.txt" in the notifications # NotificationsContext::iAcceptTheShareForInTheNotifications()
94 | Notification of incoming share for file farewell.txt could not be found after 350 seconds
95 | Actions in notification of incoming share for file farewell.txt could not be found after 350 seconds |
Yep, tests fails on master as well |
The backport to stable18 failed. Please do this backport manually. |
Dam, stable18 is still on old vue components branch xD |
Backport in #19212 |
Steps to reproduce:
Expected: The share tab opens
Actual: The first tab (activity) opens