SenseNet / sn-workflow

Workflow component for the sensenet platform, based on Windows Workflow Foundation 4.5
GNU General Public License v2.0
3 stars 2 forks source link

Incorrect portlet dll name in import files #5

Closed tusmester closed 4 years ago

tusmester commented 6 years ago

Workflow portlet import files contain an incorrect (old) library name: SenseNet.CorePortlets. This prevents portal builders add workflow portlets to pages.

The correct name is: SenseNet.Workflow.Portlets

Folder to fix files in: /src/nuget/snadmin/install-workflow/import-pages/Portlets/Workflow

https://github.com/SenseNet/sn-workflow/tree/master/src/nuget/snadmin/install-workflow/import-pages/Portlets/Workflow

dotslash21 commented 4 years ago

Hi! I'd like to take on this issue for the hacktoberfest challenge. Just to confirm my understanding, I just need to replace all of the instances of "SenseNet.CorePortlets" to "SenseNet.Workflow.Portlets" on the files under the "/src/nuget/snadmin/install-workflow/import-pages/Portlets/Workflow" folder right?