Added docstrings to attachment controllers and deprecated the previously audio attacher
This commit is contained in:
@@ -70,7 +70,7 @@ class post(object):
|
||||
checker.clean()
|
||||
|
||||
def show_attach_dialog(self, *args, **kwargs):
|
||||
a = attach.attachmentUploader()
|
||||
a = attach.attachFromLocal()
|
||||
if len(a.attachments) != 0:
|
||||
self.attachments = a.attachments
|
||||
|
||||
|
Reference in New Issue
Block a user