Procházet zdrojové kódy

fix participant list

master
Daniel před 3 roky
rodič
revize
fe111230f1
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/client/app/tmpl/appointment-edit-attendee-row.html

+ 1
- 1
src/client/app/tmpl/appointment-edit-attendee-row.html Zobrazit soubor

@@ -22,7 +22,7 @@
<% if ( false === a.hasStarted() ) { %>
<td class="text-center">
<select class="form-control form-control-sm"
a-type="select-attendee-status"
data-type="select-attendee-status"
data-appointment-id="<%= a.getId() %>"
data-profile-id="<%= attendee.getId() %>"
data-child-profile-id="<%= childProfile ? childProfile.id : '0' %>"


Načítá se…
Zrušit
Uložit