# HG changeset patch # User Sylvain Thénault # Date 1490863429 -7200 # Node ID 392d6d5992865c75a776c4442275611c796473d6 # Parent 1cf37b28aa23cd29ad0e9c91acd8202befef1979 [doc] Add release note about change in uicfg diff -r 1cf37b28aa23 -r 392d6d599286 doc/changes/3.25.rst --- a/doc/changes/3.25.rst Thu Mar 30 10:37:55 2017 +0200 +++ b/doc/changes/3.25.rst Thu Mar 30 10:43:49 2017 +0200 @@ -78,3 +78,14 @@ * The `cubicweb.hook.logstats.start` hook was dropped because it's looping task would not be run in a web instance (see first point about repository scheduler). + +* ``uicfg`` rules to hide the opposite relation of inlined form are not anymore + automatically added, because this was actually done randomly and so not + reliable, so you'll have to add them manually: + + :: + + autoform_section.tag_subject_of(('CWUser', 'use_email', 'EmailAddress'), + 'main', 'inlined') + autoform_section.tag_object_of(('CWUser', 'use_email', 'EmailAddress'), + 'inlined', 'hidden')