Summary: | Cannot send bug reports: [113] Sorry, but you are not allowed to (un)mark comments or attachments as private.. | ||
---|---|---|---|
Product: | [Applications] drkonqi | Reporter: | Szőts Ákos <szotsaki> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caph1993, sanderbartsantema2, sitter |
Priority: | NOR | ||
Version: | 5.18.4 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/drkonqi/c517b795936fdab641849ca83ec8c3e253e32de8 | Version Fixed In: | 5.18.6 |
Sentry Crash Report: |
Description
Szőts Ákos
2020-05-08 14:46:16 UTC
What's the bug report number you wanted to attach to? Sorry, I indeed forgot to mention the other report number. It's Bug 416228. *** Bug 421349 has been marked as a duplicate of this bug. *** I can't really reproduce but am reasonably confident that what is happen is that a property gets the wrong default value because it has no explicit default value and so drkonqi accidentally tries to make a private comment. Git commit c517b795936fdab641849ca83ec8c3e253e32de8 by Harald Sitter. Committed on 12/05/2020 at 11:50. Pushed by sitter into branch 'Plasma/5.18'. initialize bools to false by default Summary: This should fix random 113 errors (user_not_insider) coming out of the api I can't really reproduce the problem other than by setting the bools explicitly to true. Seeing as they were previously not set explicitly they could very well end up true accidentally. To fix this let's set them explicitly false. FIXED-IN: 5.18.6 Test Plan: hoping for the best! tests still pass tho Reviewers: davidedmundson, apol Reviewed By: apol Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D29675 M +2 -2 src/bugzillaintegration/libbugzilla/clients/commands/newattachment.h https://commits.kde.org/drkonqi/c517b795936fdab641849ca83ec8c3e253e32de8 *** Bug 421803 has been marked as a duplicate of this bug. *** |