On Sun, Jan 27, 2013 at 9:06 PM, Richard Hierlmeier <[email protected]> wrote: > Hi list, >
Hi Richard, > how can i restrict in xwiki a "List of users" property to a single username > so that in inline editing mode only one username can be entered? What version of XWiki are you using? In any case, the "List of users" property has a meta-property named "Multiple Select". Edit your class (the one that has the "List of users" property) and make sure this meta-property is unchecked. If you use a recent version of XWiki (>=4.3M2, see http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki43M2#HUserandGrouppicker ) then the "List of users" property has a user picker that takes the "Multiple Select" meta-property into account. Hope this helps, Marius > > Regards > > Richard > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
