Skip to content

Commit

Permalink
group comp code, main observer fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nebogeo committed Apr 16, 2018
1 parent 4e3f10e commit 04ba50f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/app/src/main/assets/group-comp.scm
Expand Up @@ -12,13 +12,13 @@
(lambda (v)
(set-current! 'entity-type "group-comp")
(entity-update-single-value!
(ktv "main-observer" "varchar" v)) '()))
(ktv "main-observer" "varchar" (if v "yes" "no"))) '()))
(vert
(mtext "" "Code")
(edit-text (make-id "gc-start-code") "" 30 "numeric" fillwrap
(lambda (v)
(set-current! 'entity-type "group-comp")
(entity-update-values!
(entity-update-single-value!
(ktv "group-comp-code" "varchar" v)) '()))))

(mtitle "title" "Weights and Group Composition")
Expand Down

0 comments on commit 04ba50f

Please sign in to comment.