==========================
Thursday, October 30, 2014
==========================

Removed the demo project ``start`` of :ref:`cosi` because it was not
used.

Added a new demo project :mod:`lino_cosi.projects.cosi2` (for
:ref:`ph` who is the first to show :ref:`cosi` it to French-speaking
Belgians).

Opened tickets :srcref:`docs/tickets/140` and :srcref:`docs/tickets/141`.



Bescheinigungen
---------------

Nachtrag zu :srcref:`docs/tickets/136`:
Fixed 3 last details in local configuration:

- Faltmarkierung am linken Seitenrand
- "Dexia" ersetzen durch "Belfius".
- Datum : oben rechts: simply replace the calls to :func:`fds` by calls to
  `fdm`.

  
Disabled fields in Firefox
--------------------------

Opened :srcref:`docs/tickets/142`, and after some research we decided to let
it sleep.


Row actions in a virtual table
------------------------------

Lino cannot yet run row actions in a virtual table.  This disturbs
e.g. in :class:`welfare.aids.ConfirmationsByGranting` where we would
like to have a "virtual row action" which prints the confirmation::

    @dd.action(_("Print"), icon_name="printer")
    def do_print(self, obj, ar):
        return obj.do_print.run(ar)

The JavaScript console says "Aktion nicht verfügbar auf dem
Phantom-Record.", and the action itself is never called.

Language of a confirmation
--------------------------

The `language` of a :class:`welfare.aids.Confirmation` now defaults to
the Client's language.