FLAM® Issue Tracker

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000554CLE/P1. CLEpublic2014-09-09 10:442014-09-09 15:59
ReporterMykhailo Moldavskyy 
Assigned ToFalk Reichbott 
PrioritynormalSeveritytrivialReproducibilityalways
StatusresolvedResolutionfixed 
PlatformGeneralOSGeneralOS VersionGeneral
Product Version1.2 
Target Version1.1Fixed in Version1.2 
Summary0000554: If selection flag is set, print not the right type, because secelction, allowes only selection values(strings)
DescriptionWenn 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.
TagsNo tags attached.
Attached Files

- Relationships

-  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
Powered by Mantis Bugtracker