Go to file
jordi fita mas 678b5cc523 Add user-defined order to campsite types, options, seasons and carousels
I use Sortable, exactly like HTMx’s sorting example does[0].  Had to
export the slug or ID of some entries to be able to add it in the hidden
input.

For forms that use ID instead of slug, had to use an input name other
than “id” because otherwise the swap would fail due to bug #1496[1].  It
is apparently fixed in a recent version of HTMx, but i did not want to
update for fear of behaviour changes.

[0]: https://htmx.org/examples/sortable/
[1]: https://github.com/bigskysoftware/htmx/issues/1496
2023-12-20 19:52:14 +01:00
cmd/camper Manage all media uploads in a single place 2023-09-21 01:56:44 +02:00
debian Add user-defined order to campsite types, options, seasons and carousels 2023-12-20 19:52:14 +01:00
demo Implement Redsys request signature in PostgreSQL 2023-10-27 01:52:04 +02:00
deploy Add user-defined order to campsite types, options, seasons and carousels 2023-12-20 19:52:14 +01:00
pkg Add user-defined order to campsite types, options, seasons and carousels 2023-12-20 19:52:14 +01:00
po Add user-defined order to campsite types, options, seasons and carousels 2023-12-20 19:52:14 +01:00
revert Add user-defined order to campsite types, options, seasons and carousels 2023-12-20 19:52:14 +01:00
test Add user-defined order to campsite types, options, seasons and carousels 2023-12-20 19:52:14 +01:00
verify Add user-defined order to campsite types, options, seasons and carousels 2023-12-20 19:52:14 +01:00
web Add user-defined order to campsite types, options, seasons and carousels 2023-12-20 19:52:14 +01:00
.gitignore Add the sample campsite types to the demo file 2023-09-10 03:57:46 +02:00
Makefile Add French’s Gettext file, with very little translations 2023-12-13 23:55:43 +01:00
go.mod Copy RecordArray from pgtype to database 2023-09-12 21:58:30 +02:00
go.sum Copy RecordArray from pgtype to database 2023-09-12 21:58:30 +02:00
sqitch.conf Add empty Sqitch configuration anq plan files 2023-07-20 23:43:23 +02:00
sqitch.plan Add user-defined order to campsite types, options, seasons and carousels 2023-12-20 19:52:14 +01:00