Merge branch 'develop' into release-candidate

This commit is contained in:
Jay Trees 2022-04-14 11:27:58 +02:00
commit 861bc6ff68
6 changed files with 6 additions and 6 deletions

View file

@ -429,7 +429,7 @@ a.ui.label {
.ui.card .image > .ribbon.label {
position: absolute;
top: 1rem;
z-index: 1;
z-index: 101;
}
.ui.card .image > .ui.ribbon.label,
.ui.image > .ui.ribbon.label {

File diff suppressed because one or more lines are too long

View file

@ -27708,7 +27708,7 @@ a.ui.label {
.ui.card .image > .ribbon.label {
position: absolute;
top: 1rem;
z-index: 1;
z-index: 101;
}
.ui.card .image > .ui.ribbon.label,

File diff suppressed because one or more lines are too long

View file

@ -468,7 +468,7 @@ a.ui.label {
.ui.card .image > .ribbon.label {
position: absolute;
top: @ribbonImageTopDistance;
z-index: 1;
z-index: 101;
}
.ui.card .image > .ui.ribbon.label,
.ui.image > .ui.ribbon.label {

View file

@ -20,7 +20,7 @@ if ('POST' === $_SERVER['REQUEST_METHOD'] && count($_POST) >= 0) {
$wish_image = trim($_POST['wish_image']);
$wish_url = trim($_POST['wish_url']);
$wish_priority = isset($_POST['wish_priority']) && $_POST['wish_priority'] ? $_POST['wish_priority'] : 'NULL';
$wish_is_purchasable = isset($_POST['wish_is_purchasable']);
$wish_is_purchasable = isset($_POST['wish_is_purchasable']) ? 'TRUE' : 'FALSE';
$database
->query('UPDATE `wishes`