Bug #488 (closed)
Despite fixes <adduser/> is still showing weird behavior
| Reported by: | jamoore | Owned by: | jamoore |
|---|---|---|---|
| Priority: | minor | Cc: | |
| Sprint: | n.a. | ||
| Total Remaining Time: | n.a. |
Description
After r1080, debugging output shows values to be properly set on <input/>. However,
- firstname duplicates omename
- institution and middlename are omitted.
<input/> with ant is apparently very weird. There's on mistake in our code (specifically the reuse of the ${string} property which prevents the fail-if-empty from failing:
<macrodef name="fail-if-empty">
<attribute name="property"/>
<sequential>
<property name="string" value="${@{property}}"/>
but there needs to be further testing or a non-ant admin tool.
Change History (3)
comment:1 Changed 12 years ago by jmoore
- Milestone changed from Unscheduled to 3.0-Beta2
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 12 years ago by jmoore
comment:3 Changed 12 years ago by jmoore
- Keywords changed from ant, admin to ant, admin, iteration1
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
Had NOTHING to do with ant. Caused by a silly copyUser error in AdminImpl. r1284 closes.