Skip to content

Commit

Permalink
#28352 include in 23.10.24 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
erickgonzalez committed Jun 17, 2024
1 parent 6fd622f commit fa191c4
Show file tree
Hide file tree
Showing 6 changed files with 595 additions and 5 deletions.
3 changes: 2 additions & 1 deletion dotCMS/hotfix_tracking.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,5 @@ This maintenance release includes the following code fixes:
101. https://github.com/dotCMS/core/issues/28360 : Move Async Email Actionlet to Core #28360
102. https://github.com/dotCMS/core/issues/28089 : Pound char not decoded when using Rules or Vanity URLs #28089
103. https://github.com/dotCMS/core/issues/28284 : Content Types not Showing if System is true #28284
104. https://github.com/dotCMS/core/issues/28306 : Can't Import Page Assets using the export file #28306
104. https://github.com/dotCMS/core/issues/28306 : Can't Import Page Assets using the export file #28306
105. https://github.com/dotCMS/core/issues/28352 : Send Email sub-action doesn't set the current user to $dotcontent viewtool #28352
4 changes: 3 additions & 1 deletion dotCMS/src/integration-test/java/com/dotcms/MainSuite2b.java
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
import com.dotmarketing.portlets.contentlet.model.ContentletDependenciesTest;
import com.dotmarketing.portlets.folders.business.FolderFactoryImplTest;
import com.dotmarketing.portlets.templates.business.FileAssetTemplateUtilTest;
import com.dotmarketing.portlets.workflows.actionlet.EmailActionletTest;
import com.dotmarketing.portlets.workflows.actionlet.MoveContentActionletTest;
import com.dotmarketing.portlets.workflows.actionlet.SaveContentAsDraftActionletIntegrationTest;
import com.dotmarketing.portlets.workflows.actionlet.VelocityScriptActionletAbortTest;
Expand Down Expand Up @@ -275,7 +276,8 @@
Task230523CreateVariantFieldInContentletIntegrationTest.class,
DropOldContentVersionsJobTest.class,
Task231109AddPublishDateToContentletVersionInfoTest.class,
Task240513UpdateContentTypesSystemFieldTest.class
Task240513UpdateContentTypesSystemFieldTest.class,
EmailActionletTest.class
})

public class MainSuite2b {
Expand Down
Loading

0 comments on commit fa191c4

Please sign in to comment.