- changes in layout of the achievementgroup cards

- accomplished/next achievement(s) now in collappsibel
  - record reporting button now hidden in collapsible
  - cards list groups that are unlocked from the group
This commit is contained in:
marko
2020-11-29 18:06:30 +01:00
parent de24498f77
commit ac7d81b136
4 changed files with 237 additions and 83 deletions

View File

@@ -91,12 +91,12 @@ function processPostData($db, $post, $redirectLocation = "."){
$u['vorname']." ".$u['name']." got ".$post['value']." in ".$g->getName(),
"[machs] Rekord eingetragen"
);
//setRecord(
//$db,
//$post['userId'],
//$post['achievementGroupId'],
//$post['value']
//);
setRecord(
$db,
$post['userId'],
$post['achievementGroupId'],
$post['value']
);
}
if($post['action']=="reportRecord"){
# $u = getUserData($db, $post['userId']);