Skip to content

Commit fc1128a

Browse files
committed
Workaround missing reference
1 parent f3f8408 commit fc1128a

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docs/blog/2017/1124.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ I also updated the
1515
:ref:`community`,
1616
:ref:`hosters`
1717
and
18-
:ref:`developers` pages.
18+
``developers`` pages.
1919

2020
Optimizations in :ref:`avanti`
2121
==============================
22-
22+
2323
I continued with :ticket:`2157`. Teachers complain that the sorting
2424
order used for the guests of a calendar entry (which Lino fills from
2525
the 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+
3939
I added a merge action for Client, Person and Company.
4040

4141
New field :attr:`lino_xl.lib.cal.EventType.transparent`.
@@ -58,14 +58,13 @@ Release :ref:`avanti`
5858

5959
manual data migration:
6060

61-
-
61+
-
6262
- coachings.CoachingEnding -> avanti.EndingReason
6363
- coachings.Coaching and coachings.CoachingType were empty
6464

6565
Quick 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-

0 commit comments

Comments
 (0)