mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-21 22:33:13 +08:00
Fixed double PATCH request sent [SCI-9568] (#6512)
This commit is contained in:
parent
8a18bc6ad3
commit
6812bd135b
1 changed files with 0 additions and 1 deletions
|
@ -183,7 +183,6 @@ var RepositoryDatatableRowEditor = (function() {
|
|||
class="${EDIT_FORM_CLASS_NAME} ${GLOBAL_CONSTANTS.HAS_UNSAVED_DATA_CLASS_NAME}"
|
||||
action="${row.data().recordUpdateUrl}"
|
||||
method="patch"
|
||||
data-remote="true"
|
||||
data-row-id="${itemId}">
|
||||
<input name="id" type="hidden" value="${itemId}" />
|
||||
<input name="request_url" type="hidden" value="${requestUrl}" />
|
||||
|
|
Loading…
Reference in a new issue