diff options
Diffstat (limited to 'app/models/node_action.rb')
| -rw-r--r-- | app/models/node_action.rb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/models/node_action.rb b/app/models/node_action.rb index 8a3dd8b7..9ed0b628 100644 --- a/app/models/node_action.rb +++ b/app/models/node_action.rb | |||
| @@ -69,6 +69,15 @@ class NodeAction < ApplicationRecord | |||
| 69 | # "path" -- final path, flat string (create-symmetric) | 69 | # "path" -- final path, flat string (create-symmetric) |
| 70 | # "destroyed_descendants" -- integer, only when positive; one entry | 70 | # "destroyed_descendants" -- integer, only when positive; one entry |
| 71 | # at the root, per the subtree rule. | 71 | # at the root, per the subtree rule. |
| 72 | # "asset_destroy" (witnessed asset deletion; always written, even for | ||
| 73 | # unattached assets -- the files were publicly reachable; node column | ||
| 74 | # nil, subjects via participants: the asset plus every then-attached | ||
| 75 | # node): | ||
| 76 | # "asset_name" -- flat string | ||
| 77 | # "content_type" -- flat string | ||
| 78 | # "path" -- public original path, flat string | ||
| 79 | # "detached_from" -- array of unique_names, only when any | ||
| 80 | # "headline_removed_from" -- array of unique_names, only when any | ||
| 72 | # | 81 | # |
| 73 | # Reserved: "demote" (via "trash" | "depublish") for an explicit | 82 | # Reserved: "demote" (via "trash" | "depublish") for an explicit |
| 74 | # depublish workflow, if ever built. | 83 | # depublish workflow, if ever built. |
