hagsteel / swampdragon

swampdragon
Other
557 stars 73 forks source link

Publish different fields depending on other conditions. #128

Open BuckinghamIO opened 9 years ago

BuckinghamIO commented 9 years ago

I am trying to use ModelPubRouter to change the list of fields that are published on updated and created depending on if another field is True/False.

What would be the most reccomended way to achieve this if it's at all possible?

BuckinghamIO commented 9 years ago

I suppose I will have to send the information and serialized it my self?