Do changelist validation over new created changelist in SubmitToolEditor

Hello! In SubmitToolEditor plugin I found that when a new changelist is created, a possible changelist validations are not run over the changelist. Currently, the overloaded method of FSubmitToolEditorModule::InvokeSubmitTool that runs ST is called.

[Image Removed]

But the other overloaded method, that calls changelist data validations, should be called, if we put InDescription to the parameter.

[Image Removed]

Do you think that there is any reason to not call the other overloaded method or may I ask you to change it, so we can merge it?

That pipeline is used when individual assets are submitted to VCS using “Version Control -> Check in”, as is discussed in a issue [Content removed] . This change helps us to proceed the changelist validation over these assets.

Steps to Reproduce

Hey Anna,

Nice catch! I submitted the fix you proposed for this

Thank you, Juan!