[kdenetwork-filesharing] [Bug 463066] Creating a share via GUI is not possible

Nate Graham bugzilla_noreply at kde.org
Sun Dec 25 03:12:43 GMT 2022


https://bugs.kde.org/show_bug.cgi?id=463066

Nate Graham <nate at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |DUPLICATE
             Status|REPORTED                    |RESOLVED
                 CC|                            |nate at kde.org

--- Comment #1 from Nate Graham <nate at kde.org> ---
Did some investigation. We have this code:

    function userCreated(userCreated)
        {
            enabled = true
            changePassword.busy = false
            if (userCreated) {
                close()
                stackReplace(pendingStack.pop())
            }
        }

If no user was created--because it already existed--then the sheet doesn't get
closed and the current page isn't changed. Seems like the issue here is a
symptom of Bug 463067; if existing users were noticed earlier, we would never
get in the situation in the first place. Marking as a duplicate of Bug 463067
since we should just fix that, and if we do, it will fix this.

*** This bug has been marked as a duplicate of bug 463067 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Unassigned-bugs mailing list