Beispiel #1
0
 def __init__(self, req, *args, **kwargs):
     super(CreateForm, self).__init__(*args, **kwargs)
     add_select(self, 'on_no_subs_pub', [
         PUBSUB.ON_NO_SUBS_PUB.ACCEPT,
         PUBSUB.ON_NO_SUBS_PUB.DROP,
     ], False)
     add_pubsub_services(self, req, by_id=True)
Beispiel #2
0
 def __init__(self, req, *args, **kwargs):
     super(CreateForm, self).__init__(*args, **kwargs)
     add_pubsub_services(self, req, by_id=True)