debian/cubicweb-twisted.postinst
author Vladimir Popescu <vladimir.popescu@logilab.fr>
Tue, 06 May 2014 17:45:37 +0200
changeset 11207 d7c7423f4ea6
parent 0 b97547f5f1fa
permissions -rw-r--r--
[forms] Fix HTableFormRenderer _render_fields method behavior when display_label is False. Indeed, now the extra <tr><th>...</th></tr> are not inserted anymore unless display_label is True. Closes #3811325.

#! /bin/sh -e

if [ -x "/etc/init.d/cubicweb-ctl" ]; then
    invoke-rc.d cubicweb-ctl restart || true
fi
 
 
#DEBHELPER#
 
exit 0