credential: stop using deprecated property for email
In 44e0b22f (Move to new API, detailed properties take precedence, 2011-09-09) we introduce a new data model for coordinates, in the case of emails, we have "url_string" fro the "detailed" form and "coordinate_text", for the "store what user entered" form. In some places of erp5_credential, we use setDefaultEmailText, which calls Coordinate.setText which uses the deprecated Coordinate.fromText, which sets the same value for "url_string" and "coordinate_text", which seems a questionnable behavior, because the data is saved twice and some code might be using the wrong property. This changes every usage to the new coordinate_text property
Status | Job ID | Name | Coverage | ||||||
---|---|---|---|---|---|---|---|---|---|
External | |||||||||
passed |
#551182
external
|
ERP5.CodingStyleTest-TestRunner2 |
02:12:30
|
||||||
failed |
#551180
external
|
ERP5.UnitTest-TestRunner2 |
03:45:50
|
||||||
passed |
#549944
external
retried
|
ERP5.CodingStyleTest-TestRunner2 |
01:10:39
|
||||||
passed |
#550452
external
retried
|
ERP5.CodingStyleTest-TestRunner2 |
02:20:54
|
||||||
failed |
#549943
external
retried
|
ERP5.UnitTest-TestRunner2 |
02:04:53
|
||||||
failed |
#550450
external
retried
|
ERP5.UnitTest-TestRunner2 |
03:49:07
|
||||||