This is a snapshot of Indico's old Trac site. Any information contained herein is most probably outdated. Access our new GitHub site here.

Opened 6 years ago

Closed 6 years ago

Last modified 5 years ago

#306 closed defect (fixed)

General Settings, default style: use alphabetical order

Reported by: dmartinc Owned by: dmartinc
Priority: normal Milestone:
Component: General Version: 0.97.0
Keywords: styles Cc:

Description

In the General Settings page of an event, the list of styles under "Default Styles" is not ordered alphabetically, which makes styles hard to find.

Change History (3)

comment:1 Changed 6 years ago by dmartinc

  • Owner set to dmartinc
  • Status changed from new to accepted

comment:2 Changed 6 years ago by david.martin.clavo@…

  • Resolution set to fixed
  • Status changed from accepted to closed

commit 996330d5b9403a3cf56af765889b85d41412a44a
Author: David Martín Clavo <david.martin.clavo@…>
Date: Thu Mar 11 15:31:42 2010 +0100

[FIX] Styles in alphabetical order


-fixes #306
-added new arg to genericField macro to decide
order of options (None, by key, by value).
-used "by value" for style names and type of event
-used "by key" for visibilty (the key was a int
with the visibility level and the value is "nowhere",
"everywhere" or a categ name).

comment:3 Changed 5 years ago by David Martín Clavo <david.martin.clavo@…>

In [996330d5b9403a3cf56af765889b85d41412a44a]:

[FIX] Styles in alphabetical order

-fixes #306
-added new arg to genericField macro to decide
order of options (None, by key, by value).
-used "by value" for style names and type of event
-used "by key" for visibilty (the key was a int
with the visibility level and the value is "nowhere",
"everywhere" or a categ name).

Note: See TracTickets for help on using tickets.