Summary: | Multiple identities with the same name are not correctly handled | ||
---|---|---|---|
Product: | [Applications] konversation | Reporter: | José Millán Soto <jmillan> |
Component: | general | Assignee: | Travis McHenry <wordsizzle> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | hein, wordsizzle |
Priority: | NOR | ||
Version: | 1.5-rc1 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | All | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
José Millán Soto
2012-12-07 12:36:37 UTC
I have uploaded a proposed patch to reviewboard: https://git.reviewboard.kde.org/r/107625/ This patch does not allow the user to have multiple identities with the same name. The proper fix for this is to rewrite the load/store code for the settings to serialize a [ServerGroup]'s Identity as a reference to the correct KConfig group, similar to how it already works for [ServerGroup] -> [Server] and other associations. A patch that takes the approach suggested in comment 2 is proposed in https://git.reviewboard.kde.org/r/109588/ |