doc/changes/3.25.rst
branch3.25
changeset 12124 392d6d599286
parent 12114 40446d4e1ee2
child 12128 1a50be88dd0c
equal deleted inserted replaced
12123:1cf37b28aa23 12124:392d6d599286
    76 * The `next_tabindex` method of request class has been removed (011730a4af73).
    76 * The `next_tabindex` method of request class has been removed (011730a4af73).
    77 
    77 
    78 * The `cubicweb.hook.logstats.start` hook was dropped because it's looping
    78 * The `cubicweb.hook.logstats.start` hook was dropped because it's looping
    79   task would not be run in a web instance (see first point about repository
    79   task would not be run in a web instance (see first point about repository
    80   scheduler).
    80   scheduler).
       
    81 
       
    82 * ``uicfg`` rules  to hide the opposite relation of inlined form are not anymore
       
    83   automatically added, because this was actually done randomly and so not
       
    84   reliable, so you'll have to add them manually:
       
    85 
       
    86   ::
       
    87 
       
    88     autoform_section.tag_subject_of(('CWUser', 'use_email', 'EmailAddress'),
       
    89                                     'main', 'inlined')
       
    90     autoform_section.tag_object_of(('CWUser', 'use_email', 'EmailAddress'),
       
    91                                    'inlined', 'hidden')