Ignore:
Timestamp:
08/08/09 15:36:53 (3 years ago)
Author:
takanori
Message:

modify publish workflow from hide

File:
1 edited

Legend:

Unmodified
Added
Removed
  • moblog/add_moblog_entry.py

    r221 r222  
    3232 
    3333# Add image reference and set image title 
    34 #ref_obj = context.restrictedTraverse(image_path) 
    35 #ent.addReference(ref_obj,'relatesTo') 
    3634for i in range(len(images)): 
    3735  image = images[i] 
     
    5351 
    5452# Publish entry 
    55 #ent.content_status_modify(workflow_action='publish') 
    56 ent.content_status_modify(workflow_action='hide') 
     53ent.content_status_modify(workflow_action='publish') 
Note: See TracChangeset for help on using the changeset viewer.