barzerman / barzer

barzer engine code
MIT License
2 stars 0 forks source link

implement class/subclas defaults and overrides #627

Closed barzerman closed 11 years ago

barzerman commented 11 years ago

1) it should be possible to specify default class as well as a recoding table for class,subclass pairs as well as for sublcasses alone 2) missing class in mkent/ent should be interpreted as current userId or the default class

barzerman commented 11 years ago

Done, defaults and overrides apply to tags only and all entities underneath

Own class (equal to its user id) and class 1 are never overridden

there can be an unlimited number of recoding subclass tags inside enttrans

     <user id="200">
.... 
            <enttrans>
                <subclass src="100,10" dest="200,20"/>
            </enttrans>