chore: revert Exclude published mode resources for customJSLibs (#23944)
Reverting the PR -
58fb03e18a
This commit is contained in:
parent
e01ff7fc78
commit
3be9b2fd9d
|
|
@ -357,10 +357,9 @@ public class GitFileUtils {
|
|||
// Don't commit application name as while importing we are using the repoName as application name
|
||||
application.setName(null);
|
||||
application.setPublishedPages(null);
|
||||
application.setPublishedApplicationDetail(null);
|
||||
application.setPublishedCustomJSLibs(null);
|
||||
application.setIsPublic(null);
|
||||
application.setSlug(null);
|
||||
application.setPublishedApplicationDetail(null);
|
||||
}
|
||||
|
||||
private void removeUnwantedFieldFromAction(NewAction action) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user