You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also consider adding a column to identify reverse relations or automatically created relations. The idea is to automatically create a child->parent relationship for every parent->child relationship (and vice versa). Though there should be something which that identifies these automatic relations so a sync-adapter can filter them out.
* remove all the `public static final` modifiers
* remove RELATED_URL
* remove some currently unsupported RelTypes
* convert RelTypes from enum to ints to allow unsupported reltypes.
* remove all the `public static final` modifiers
* remove RELATED_URL
* remove some currently unsupported RelTypes
* convert RelTypes from enum to ints to allow unsupported reltypes.
* remove all the `public static final` modifiers
* remove RELATED_URL
* remove some currently unsupported RelTypes
* convert RelTypes from enum to ints to allow unsupported reltypes.
The relations properties need to be revisited before put in production. Some values might be obsolete.
The text was updated successfully, but these errors were encountered: