Skip to content
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

QF 4.16 doesn't validate if no default identity is defined #10

Closed
RealRaven2000 opened this issue Nov 5, 2019 · 2 comments
Closed

QF 4.16 doesn't validate if no default identity is defined #10

RealRaven2000 opened this issue Nov 5, 2019 · 2 comments
Assignees

Comments

@RealRaven2000
Copy link
Owner

If an account has no default identity it should log this in the Javascript error console. Instead the validation fails silently and the following error is shown:

Error in QuickFolders.Options.decryptLicense():

logDebug is not defined  quickfolders-register.js:552
@RealRaven2000 RealRaven2000 self-assigned this Nov 5, 2019
@RealRaven2000
Copy link
Owner Author

It seems the lines 551 - 553 are missing the prefix "util." for the logDebug function:

           if (ac.incomingServer.username != "nobody") {
            util.logDebug("Account " + ac.incomingServer.prettyName + " has no default identity!");
          }

Test version with quick fix:
QuickFolders-wx-4.17pre21.zip

@RealRaven2000
Copy link
Owner Author

Fixed in 4.17, released on 04/11/2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant