Skip to content

Commit

Permalink
Switch row requests to POST in case params are too long
Browse files Browse the repository at this point in the history
Especially, DisplayFormat could be very long.
  • Loading branch information
sunnavy committed Jan 21, 2025
1 parent a6ce2bc commit c48a750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/static/js/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ jQuery(function() {
if ( tr ) {
tr.classList.add('refreshing');
htmx.ajax(
'GET', RT.Config.WebHomePath + '/Helpers/CollectionListRow',
'POST', RT.Config.WebHomePath + '/Helpers/CollectionListRow',
{
target: tr,
swap: 'outerHTML',
Expand Down

0 comments on commit c48a750

Please sign in to comment.