Changeset 222 for moblog/add_moblog_entry.py
- Timestamp:
- 08/08/09 15:36:53 (3 years ago)
- File:
-
- 1 edited
-
moblog/add_moblog_entry.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
moblog/add_moblog_entry.py
r221 r222 32 32 33 33 # Add image reference and set image title 34 #ref_obj = context.restrictedTraverse(image_path)35 #ent.addReference(ref_obj,'relatesTo')36 34 for i in range(len(images)): 37 35 image = images[i] … … 53 51 54 52 # Publish entry 55 #ent.content_status_modify(workflow_action='publish') 56 ent.content_status_modify(workflow_action='hide') 53 ent.content_status_modify(workflow_action='publish')
Note: See TracChangeset
for help on using the changeset viewer.
