Customer does not want the new “masonry-like” design of the surroundings page, and wants the same style they already had: a regular list with text and photo, alternating the photo’s side. And, of course, they want to be able to add and edit them themselves. It is like another carousel, but with an additional rich-text description. The photos that we had in that page are no longer of use.
8 lines
179 B
PL/PgSQL
8 lines
179 B
PL/PgSQL
-- Verify camper:add_surroundings_highlight on pg
|
|
|
|
begin;
|
|
|
|
select has_function_privilege('camper.add_surroundings_highlight(integer, integer, text, text)', 'execute');
|
|
|
|
rollback;
|