sharepoint - Custom actions migration from SP 2007 to 2010 -
i have custom action defined in sharepoint 2007 feature. adds new item document library menu.
<customaction id="userinterfacelightup.mobiusdiscretionaryarchivinglibmenu" registrationtype="list" registrationid="101" groupid="actionsmenu" location="microsoft.sharepoint.standardmenu" sequence="1002" imageurl = "/_layouts/images/myimage.gif" title="my title"/>
when deploy sp 2010 same behavior 2007 ui mode , these actions becomes available "custom commands" in 2010 ui mode. there way not allow menu appear in "custom commands". create ribbon buttons 2010 ui mode , menus 2007 ui mode only.
thanks beforehand.
have @ our series porting sharepoint 2007 solution 2010 while maintaining compatibility both.
in summary, solve problem maintain separate sphive_2010 folder contains files used overwrite sp2007 specific ones during build process. build 2 separate wsp files.
Comments
Post a Comment