branch | stable |
changeset 5577 | 4e3ca117c275 |
parent 5424 | 8ecbcbff9777 |
child 10666 | 7f6b5f023884 |
--- a/schemas/Bookmark.py Fri May 21 08:45:25 2010 +0200 +++ b/schemas/Bookmark.py Tue May 25 10:55:57 2010 +0200 @@ -34,7 +34,7 @@ } title = String(required=True, maxsize=128, internationalizable=True) - path = String(maxsize=512, required=True, + path = String(maxsize=2048, required=True, description=_("relative url of the bookmarked page")) bookmarked_by = SubjectRelation('CWUser',