diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/models/node.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/models/node.rb b/app/models/node.rb index a401ed69..6fc6c3dc 100644 --- a/app/models/node.rb +++ b/app/models/node.rb | |||
| @@ -257,8 +257,6 @@ class Node < ApplicationRecord | |||
| 257 | self.slug = self.head.slug | 257 | self.slug = self.head.slug |
| 258 | end | 258 | end |
| 259 | 259 | ||
| 260 | self.external_url = self.head.external_url | ||
| 261 | |||
| 262 | if self.head.parent_node_id && self.head.parent_node_id != parent_id | 260 | if self.head.parent_node_id && self.head.parent_node_id != parent_id |
| 263 | new_parent = Node.find_by(:id => self.head.parent_node_id) | 261 | new_parent = Node.find_by(:id => self.head.parent_node_id) |
| 264 | 262 | ||
