diff --git a/swad_centre.c b/swad_centre.c index 6e0ee42d0..c96cb3c60 100644 --- a/swad_centre.c +++ b/swad_centre.c @@ -933,9 +933,11 @@ void Ctr_EditCentres (void) extern const char *Txt_Centres_of_INSTITUTION_X; /***** Get list of places *****/ + Gbl.Plcs.SelectedOrder = Plc_ORDER_BY_PLACE; Plc_GetListPlaces (); /***** Get list of centres *****/ + Gbl.Ctrs.SelectedOrder = Ctr_ORDER_BY_CENTRE; Ctr_GetListCentres (Gbl.CurrentIns.Ins.InsCod); /***** Start box *****/ diff --git a/swad_changelog.h b/swad_changelog.h index 96ed7368f..e67a81f8e 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -230,7 +230,6 @@ // TODO: Link names are too short ==> add more length, for example: "A guide to building and understanding the physics of Water Rockets" // TODO: Fix bug: Error when a link end in a dot. Example: "A guide to building..." --> "A guide to building._..url" (two dots) -// TODO: List of places in drop-down menu should be ordered by name // TODO: In centre configuration, place should be editable // TODO: Cuando sólo se cambian los grupos y no el rol de un profesor ya existente, no sale ningún mensaje. se haga lo que se haga en la edición debería salir un mensaje del tipo "Cambios realizados" @@ -246,6 +245,7 @@ // Number of lines (includes comments but not blank lines) has been got with the following command: // nl swad*.c swad*.h css/swad*.css py/swad*.py js/swad*.js soap/swad*?.h sql/swad*.sql | tail -1 /* + Version 16.244.1: Jun 12, 2017 Fix bug in edition of centres. (221817 lines) Version 16.244: Jun 12, 2017 Code refactoring related with boxes. (221815 lines) Version 16.243: Jun 12, 2017 Code refactoring related with boxes. (222174 lines) Version 16.242: Jun 11, 2017 Code refactoring related with boxes. (222128 lines)