Hi, every body. I have develop custom action only for Task List content type, but my code not work if I setup RegistrationId="107".
If setup RegistrationId="101" or any, my custom action is working. Where is my wrong or maybe it is bug in SharePoint Fondation 2013?
<?xml version="1.0" encoding="utf-8"?><Elements xmlns="http://schemas.microsoft.com/sharepoint/"><!--Добавляем ссылку на страницу параметров списка--><CustomAction
Id="TaskReminderFeature"
GroupId="GeneralSettings"
RegistrationType="List"
RegistrationId="107"
RequireSiteAdministrator="TRUE"
Location="Microsoft.SharePoint.ListEdit"
Title="$Resources:ListFieldsPrintFeature, EditLinkDisplayName"
Sequence="103"><UrlAction Url="_layouts/ASDF/ASDF.aspx?ListId={ListId}"/></CustomAction></Elements>Aleksandr Shramko