We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b80c867 commit 372ae34Copy full SHA for 372ae34
app/qml/project/MMProjectController.qml
@@ -81,6 +81,13 @@ Item {
81
stackView.push( workspaceListComponent )
82
}
83
84
+ function showProjectsPage() {
85
+ if ( stackView.depth > 1 )
86
+ stackView.pop( null ) // gets back to workspaceProjectsPanelComp (initialItem)
87
+
88
+ stackView.currentItem.state = "workspace"
89
+ }
90
91
visible: false
92
focus: true
93
@@ -670,7 +677,7 @@ Item {
670
677
671
678
672
679
function onProcessInvitationSuccess() {
673
- stackView.popOnePageOrClose()
680
+ root.showProjectsPage()
674
681
675
682
676
683
0 commit comments