badgeId readOnly
This commit is contained in:
parent
cf211df919
commit
a36b1f07ea
1 changed files with 5 additions and 0 deletions
|
|
@ -3033,6 +3033,11 @@ sub www_editRegistrant {
|
|||
} else {
|
||||
$data = $self->session->db->quickHashRef("select * from EventManagementSystem_badges where badgeId=?",[$badgeId]);
|
||||
}
|
||||
$f->readOnly(
|
||||
name=>'nullBadge',
|
||||
label=>'badgeId',
|
||||
value=>$badgeId
|
||||
);
|
||||
$f->user(
|
||||
name=>'userId',
|
||||
label=>$i18n->echo('associated user'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue