cancel
Showing results for 
Search instead for 
Did you mean: 

Edit Package problem... May be an issue.

naveenkumar
Champ in-the-making
Champ in-the-making
Hi all,
   I want to edit the xml content created using xforms during workflow, reviewer has to edit and review the content. When i override edit_wcm_package_item_actions in wcmworkflowmodel i am able to see only the revert icon, other icons like edit,view detail icons is not seen.

I am using community edition 2.1 R1.

Here is my code:

<type name="wcmwf:submitDmlReviewTask"> 
         <parent>wcmwf:startTask</parent>
      </type>

   <type name="wcmwf:editDmlTask">
       <parent>wcmwf:workflowTask</parent>
    <overrides>       
            <property name="bpm:packageItemActionGroup">
          <default>edit_wcm_package_item_actions</default>
        </property>
       </overrides>
   </type>
          
     <type name="wcmwf:reviewDmlTask">
        <parent>wcmwf:workflowTask</parent>
         <overrides>
            <property name="bpm:packageItemActionGroup">
               <default>edit_and_remove_wcm_package_item_actions</default>
            </property>
         </overrides>
      </type>

     <type name="wcmwf:rejectedDmlTask">
       <parent>wcmwf:workflowTask</parent>
    <overrides>
        <property name="bpm:packageItemActionGroup">
               <default>edit_and_delete_wcm_package_item_actions</default>
            </property>
       </overrides>

   </type>

Any one try to add edit fetaure for a content under workflow, mainly in wcm…

Is this an issue?? Please alfresco people can update….

Thanks
Naveen
2 REPLIES 2

naveenkumar
Champ in-the-making
Champ in-the-making
I found edit_wcm_package_item_actions working fine in 2.0 community edition, Now i am using 2.1 i found it is an issue… Is this new feature added to 2.1??

Thanks
Naveen

kevinr
Star Contributor
Star Contributor
I have a feeling this was a bug in 2.1 community that was fixed in 2.1E and in 2.2 (current HEAD code). Is it possible you could try this with a nightly build?

Thanks,

Kevin