Skip to content

Commit

Permalink
Task #184 feat: Add config in ownership field for cluster awareness a…
Browse files Browse the repository at this point in the history
…nd for selecting the user as record owner
  • Loading branch information
ankush-maherwal committed Aug 28, 2019
1 parent ae186f9 commit 7471853
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ function steppedFormSave(form_id, status, showDraftSuccessMsg)
if (returnedData.data !== null)
{
jQuery('#item-form').removeClass('dirty');
jQuery("#recordId").val(returnedData.data.id);

if ('save' == status)
{
Expand All @@ -133,7 +134,6 @@ function steppedFormSave(form_id, status, showDraftSuccessMsg)
}
else
{
jQuery("#recordId").val(returnedData.data.id);
promise = true;

if (showDraftSuccessMsg === "1")
Expand Down

0 comments on commit 7471853

Please sign in to comment.