Files
pillar-python-sdk/pillarsdk
Tobias Johansson 37791f4acf Notifications regression: Notifications not created
Notifications for when someone posted a comment on your node
was not created.

Root cause was that default values defined in schema was not set,
resulting in activity subscriptions not being active.
There were 2 bugs preventing them to be set:
* The way the caching of markdown as html was implemented caused
  default values not to be set.
* Eve/Cerberus regression causes nested default values to fail
  https://github.com/pyeve/eve/issues/1174

Also, a 3rd bug caused nodes without a parent not to have a
subscription.

Migration scripts:
How markdown fields is cached has changed, and unused properties
of attachments has been removed.
./manage.py maintenance replace_pillar_node_type_schemas

Set the default values of activities-subscription
./manage.py maintenance fix_missing_activities_subscription_defaults
2019-02-19 14:16:28 +01:00
..
2016-10-12 14:30:05 +02:00
2016-10-12 14:30:05 +02:00
2017-03-03 12:19:27 +01:00
2015-08-31 19:25:01 +02:00
2015-08-31 19:25:01 +02:00
2015-08-31 19:25:01 +02:00