Skip to content

Commit

Permalink
task table new object creation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Oct 5, 2021
1 parent b4a6a9a commit bf1d651
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ private void showResult(OperationResult result) {
//HACK TODO clenup and think about generic mechanism for this
CompiledObjectCollectionView objectCollectionView = getObjectCollectionView();
if (!isViewForObjectCollectionType(objectCollectionView, "00000000-0000-0000-0002-000000000007", ObjectCollectionType.COMPLEX_TYPE)) {
super.getNewObjectInfluencesList();
return super.getNewObjectInfluencesList();
}

List<CompiledObjectCollectionView> compiledObjectCollectionViews = getPageBase().getCompiledGuiProfile().findAllApplicableArchetypeViews(TaskType.COMPLEX_TYPE, OperationTypeType.ADD);
Expand Down

0 comments on commit bf1d651

Please sign in to comment.