doc/changes/3.25.rst
branch3.25
changeset 12124 392d6d599286
parent 12114 40446d4e1ee2
child 12128 1a50be88dd0c
--- 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')