View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000034 | Might & Fealty | [All Projects] General | public | 2018-05-29 20:36 | 2018-05-31 19:09 |
Reporter | De-Legro | Assigned To | De-Legro | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | assigned | Resolution | open | ||
Platform | PC | OS | Windows | OS Version | 7 |
Product Version | 1.0.4.2 | ||||
Target Version | 1.0.4.2 | Fixed in Version | |||
Summary | 0000034: Characters deleted from Permission List on update | ||||
Description | When a Permission list contains characters with a "known as name" and a new character is entered into the list, the known as characters are deleted from the list. | ||||
Steps To Reproduce | List had two characters, both with known as names. Entered a third character. First two characters were deleted upon update. | ||||
Additional Information | Suspect that since the Permission list entry of characters is based on real name, but it stores the "known as" name it is having troubles with relinking those characters upon update. However I would have thought that the list would only store the character ID for indentification. | ||||
Tags | No tags attached. | ||||
|
The permission system does only store the ID, but when you update it submits them all over again. So it submits the known as name, rather than the actual name. Really, we need to work in a hidden field that submits the actual ID rather than the names, because it solves not just that problem, but a problem with how the game figures out the ID of the character as well that can result in characters with the same name not being able to be correctly granted permissions. |