rlarranaga / bafprp

Automatically exported from code.google.com/p/bafprp
0 stars 0 forks source link

Field names can overlap when 2 of the same modules are attached #24

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If a record has two of the same modules attached, for example, 2 module 104s.  
The resulting field id names will conflict with each other.  You will get two 
m104.trunkid ids.  This will cause similar problems as reported in issue 18.

The solution I will commit will have the field type id be suffixed with an 
incrementing number when a conflict of discovered.

For example, the first field id will be m104.trunkid, then the second will be 
m104.trunkid.1, the third would be m104.trunkid.2 and so on.

Original issue reported on code.google.com by charless...@gmail.com on 11 Jul 2010 at 6:15

GoogleCodeExporter commented 8 years ago
This issue was fixed in rev 200

Original comment by charless...@gmail.com on 10 Aug 2010 at 9:08