Skip to content

Commit

Permalink
Merge pull request #706 from ViniTou/EZP-29702-missing-language-code
Browse files Browse the repository at this point in the history
EZP-29702: Can't create new draft due to lack of language code in URL
  • Loading branch information
Łukasz Serwatka authored Nov 2, 2018
2 parents ba81673 + 25e7f6b commit 8aaa9c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
contentInfoInput.value = contentId;
versionInfoContentInfoInput.value = contentId;
versionInfoVersionNoInput.value = versionNo;
languageInput.setAttribute('checked', true);
languageInput.checked = true;
versionEditForm.submit();
};
const addDraft = () => {
Expand Down

0 comments on commit 8aaa9c5

Please sign in to comment.