8000 Switch view editor 'Save' action to use PUT to get full update (inste… · 0xflotus/arangodb@883a2ba · GitHub
[go: up one dir, main page]

Skip to content

Commit 883a2ba

Browse files
KVS85jsteemann
authored andcommitted
Switch view editor 'Save' action to use PUT to get full update (instead partial one) (arangodb#6630)
1 parent 73ee5cb commit 883a2ba

File tree

1 file changed

+1
-1
lines changed
  • js/apps/system/_admin/aardvark/APP/frontend/js/views

1 file changed

+1
-1
lines changed

js/apps/system/_admin/aardvark/APP/frontend/js/views/viewView.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
}
107107

108108
$.ajax({
109-
type: 'PATCH',
109+
type: 'PUT',
110110
cache: false,
111111
url: arangoHelper.databaseUrl('/_api/view/' + encodeURIComponent(self.name) + '/properties'),
112112
contentType: 'application/json',

0 commit comments

Comments
 (0)
0