D28881: [Applet] Fix connecting with a password

Kai Uwe Broulik noreply at phabricator.kde.org
Sun Jun 7 10:42:09 BST 2020


broulik added inline comments.

INLINE COMMENTS

> ConnectionItem.qml:234
> +                } else if (connectionItem.customExpandedViewContent == passwordDialogComponent) {
> +                    if (passwordDialogComponent.password != "") {
> +                        handler.addAndActivateConnection(DevicePath, SpecificPath, passwordDialogComponent.password)

You can't access a `Component`. You'd need to access the instance created by the `Loader` in `ExpandableListItem` which isn't exposed to the user.

REPOSITORY
  R116 Plasma Network Management Applet

REVISION DETAIL
  https://phabricator.kde.org/D28881

To: ngraham, jgrulich, nicolasfella, #plasma
Cc: broulik, plasma-devel, Orage, LeGast00n, The-Feren-OS-Dev, cblack, jraleigh, zachus, fbampaloukas, ragreen, ZrenBot, ngraham, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, ahiemstra, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20200607/5e14bb0f/attachment-0001.htm>


More information about the Plasma-devel mailing list