diff --git a/checkouts.cfg b/checkouts.cfg index 298b137..9e613e2 100644 --- a/checkouts.cfg +++ b/checkouts.cfg @@ -14,3 +14,4 @@ auto-checkout += plone.formwidget.masterselect plone.app.z3cform z3c.form + collective.z3cform.rolefield diff --git a/sources.cfg b/sources.cfg index b116c58..f4e44cd 100644 --- a/sources.cfg +++ b/sources.cfg @@ -24,3 +24,4 @@ collective.dms.thesaurus = git ${remotes:collective}/collective.dms.thesaurus.gi plone.formwidget.masterselect = git ${remotes:cedricmessiant}/plone.formwidget.masterselect.git pushurl=${remotes:cedricmessiant_push}/plone.formwidget.masterselect.git plone.app.z3cform = git ${remotes:plone}/plone.app.z3cform.git pushurl=${remotes:plone_push}/plone.app.z3cform.git z3c.form = git ${remotes:zopefoundation}/z3c.form pushurl=${remotes:zopefoundation_push}/z3c.form +collective.z3cform.rolefield = git ${remotes:collective}/collective.z3cform.rolefield.git pushurl=${remotes:collective_push}/collective.z3cform.rolefield.git