Skip to content
Snippets Groups Projects
Commit fcd1898c734e authored by sylvain thenault's avatar sylvain thenault
Browse files

new rtag api

parent d27544ec2fb5
No related branches found
No related tags found
No related merge requests found
......@@ -29,10 +29,10 @@
_ = unicode
uicfg.rcategories.set_rtag('generated', 'comments', 'subject')
uicfg.rcategories.set_rtag('generated', 'comments', 'object')
uicfg.rmode.set_rtag('link', 'comments', 'subject')
uicfg.rmode.set_rtag('link', 'comments', 'object')
uicfg.rcategories.tag_relation('generated', ('*', 'comments', '*'), 'subject')
uicfg.rcategories.tag_relation('generated', ('*', 'comments', '*'), 'object')
uicfg.rmode.tag_relation('link', ('*', 'comments', '*'), 'subject')
uicfg.rmode.tag_relation('link', ('*', 'comments', '*'), 'object')
# comment views ###############################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment