File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ I also updated the
1515:ref: `community `,
1616:ref: `hosters `
1717and
18- :ref: ` developers ` pages.
18+ `` developers ` ` pages.
1919
2020Optimizations in :ref: `avanti `
2121==============================
22-
22+
2323I continued with :ticket: `2157 `. Teachers complain that the sorting
2424order used for the guests of a calendar entry (which Lino fills from
2525the enrolments of a course) is not always the same. And indeed,
@@ -35,7 +35,7 @@ had no :attr:`order_by` specified because it did not inherit from
3535`cal.Guests `. So here we specify now manually::
3636
3737 order_by = ['event__start_date', 'event__start_time']
38-
38+
3939I added a merge action for Client, Person and Company.
4040
4141New field :attr: `lino_xl.lib.cal.EventType.transparent `.
@@ -58,14 +58,13 @@ Release :ref:`avanti`
5858
5959manual data migration:
6060
61- -
61+ -
6262- coachings.CoachingEnding -> avanti.EndingReason
6363- coachings.Coaching and coachings.CoachingType were empty
6464
6565Quick bugfixes en passant:
66-
66+
6767- when an admin user acts as an auditor, then Lino showed the full
6868 names (i.e. did not simulate what the subst_user would see)
6969- when cal.RecurrenceSet.max_events was 0, Lino did not remove all
7070 automatic events but used the site-wide default value.
71-
You can’t perform that action at this time.
0 commit comments