Anonymous | Login | Signup for a new account | 2024-11-01 01:01 CET |
My View | View Issues | Change Log | Roadmap | Search |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000554 | CLE/P | 1. CLE | public | 2014-09-09 10:44 | 2014-09-09 15:59 | ||||
Reporter | Mykhailo Moldavskyy | ||||||||
Assigned To | Falk Reichbott | ||||||||
Priority | normal | Severity | trivial | Reproducibility | always | ||||
Status | resolved | Resolution | fixed | ||||||
Platform | General | OS | General | OS Version | General | ||||
Product Version | 1.2 | ||||||||
Target Version | 1.1 | Fixed in Version | 1.2 | ||||||
Summary | 0000554: If selection flag is set, print not the right type, because secelction, allowes only selection values(strings) | ||||||||
Description | Wenn eine Selection integer Wert befüllt, aber man kein Integerwert eingeben kann, sondern nur die Werte der Selection, ist die HELP Nachricht verwirrend wenn dieser Wert als NUMBER betitelt wird. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Notes | |
(0000613) Falk Reichbott (administrator) 2014-09-09 15:59 |
Use SELECTION as type if the selection flag defined and use KEYWORD as type for constant definitions. Example: --|--|--|--|--| MODe (TYPE: NUMBER) - Encryption mode [AES] --|--|--|--|--|--| AES (TYPE: NUMBER) - AES encryption --|--|--|--|--|--| FLAm (TYPE: NUMBER) - FLAM encryption Change to: --|--|--|--|--| MODe (TYPE: SELECTION) - Encryption mode [AES] --|--|--|--|--|--| AES (TYPE: KEYWORD) - AES encryption --|--|--|--|--|--| FLAm (TYPE: KEYWORD) - FLAM encryption For the user it is not relevant which real type (STRING, NUMBER, FLOAT, ...) is behind a SELECTION. |
Issue History | |||
Date Modified | Username | Field | Change |
2014-09-09 10:44 | Mykhailo Moldavskyy | New Issue | |
2014-09-09 10:44 | Mykhailo Moldavskyy | Status | new => assigned |
2014-09-09 10:44 | Mykhailo Moldavskyy | Assigned To | => Falk Reichbott |
2014-09-09 15:56 | Falk Reichbott | View Status | private => public |
2014-09-09 15:59 | Falk Reichbott | Note Added: 0000613 | |
2014-09-09 15:59 | Falk Reichbott | Status | assigned => resolved |
2014-09-09 15:59 | Falk Reichbott | Fixed in Version | => 1.2 |
2014-09-09 15:59 | Falk Reichbott | Resolution | open => fixed |
Copyright © 2000 - 2024 MantisBT Team |