Remove Save Button in Tasklist

@StephanHaarmann Thanks a lot for your quick answer and the help.

In the meantime I also found a quick solution for my problem:

<script cam-script type="text/form-script">
	$scope.options.hideCompleteButton = true;
  </script>

You can just add this script in your static html file somewhere and it will remove the complete and save button.

2 Likes