Modify ↓
Opened 13 years ago
#10048 new defect
Submit using two macros on one wiki page
Reported by: | anonymous | Owned by: | Roberto Longobardi |
---|---|---|---|
Priority: | normal | Component: | ResourceReservationPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
When on a wiki page more than one macro with different types is used, p.e.:
=== room1 === [[ResourceReservationList(type=room1,period=3,title=room1,override=false)]] === room2 === [[ResourceReservationList(type=room2,period=3,title=room2,override=false)]]
there will be an error adding a resource:
- When entering in the first field ("New Resource" -> "Add a Resource"), the entry will be added to "room2"
- When entering in the second field ("New Resource" -> "Add a Resource"), the error
You must specify a name. Length between 4 and 30 characters
will occur in "room1"
Attachments (0)
Note: See
TracTickets for help on using
tickets.