Bug #165
Change how custom fields are exported to lift
| Status: | New | Start: | ||
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assigned to: | Cambell Prince | % Done: | 0% |
|
| Category: | application | Spent time: | - | |
| Target version: | V1.1.x | |||
| Resolution: | fixed |
Description
Instead of:
<field tag="custom">
<trait name="marker" value="cf" />
...
</field>
Let's do:
<field tag="cf">
...
</field>
That is, we don't need that trait, but we do need unique names (rather "tag", yuck!)for the custom fields.
History
Updated by Cambell Prince over 1 year ago
- Resolution set to fixed
This should now be the same as palaso lib.