src/pyams_content/profile/admin.py
changeset 8 4a2b5dd3d69b
parent 0 7c0001cacf8e
child 12 0cb4470d7eb6
--- a/src/pyams_content/profile/admin.py	Mon Jan 18 16:08:07 2016 +0100
+++ b/src/pyams_content/profile/admin.py	Mon Jan 18 16:08:56 2016 +0100
@@ -34,6 +34,7 @@
 class AdminProfile(Persistent):
     """Admin profile persistent class"""
 
+    favorites = FieldProperty(IAdminProfile['favorites'])
     table_page_length = FieldProperty(IAdminProfile['table_page_length'])