XML debugging and error messages fixes
suppose we have this structure
<listing> <fields> <field name="id" style=""...> ... </fields> </listing><crud> <fields> <field name="id" style=""...> ... </fields> </crud>
is there a way to avoid the repetition of the same field?
No comments:
Post a Comment