Issue #91 has been updated by Jonathan Clarke.

Status changed from New to Feedback
% Done changed from 0 to 100

Applied in changeset r275.
----------------------------------------
Bug #91: syncoptions: if a default_value is specified, the create_value is lost
http://tools.lsc-project.org/issues/show/91

Author: Jonathan Clarke
Status: Feedback
Priority: Normal
Assigned to: Jonathan Clarke
Category: Core
Target version: 1.1.0


Consider this extract of lsc.properties:
<pre>
lsc.syncoptions.ldap2ldapTestTask.telephoneNumber.create_value = "000000", 
"11111"
lsc.syncoptions.ldap2ldapTestTask.telephoneNumber.default_value = "123456", 
"789987"
</pre>

This causes entries to be created with:
<pre>
telephoneNumber: 123456
telephoneNumber: 789987
</pre>

However, the correct behaviour would be to *create* with:
<pre>
telephoneNumber: 000000
telephoneNumber: 11111
</pre>

Then, upon *modifying* change these values.

It is unclear why one would want to do this anyway, but still, a fix is coming 
:)


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://tools.lsc-project.org/my/account
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://lists.lsc-project.org/pipermail/lsc-dev/attachments/20090626/5234428f/attachment.htm>

Reply via email to