-
Notifications
You must be signed in to change notification settings - Fork 247
Open
Description
In the latest version of Closuretree (v9.6.0), when updating a tag, we're getting a undefined method '_ct_reorder_siblings' for an instance of Tag
Example here:
3.3.4 :001 > tag = FactoryBot.create(:tag)
=>
#<Tag:0x000000012e9ecbe8
id: 844,
name: "inventore ducimus",
parent_id: 843,
created_at: "2026-02-23 15:22:48.728267000 +0100",
updated_at: "2026-02-23 15:22:48.728267000 +0100",
title: nil,
description: nil>
3.3.4 :002 > tag.update(name: 'Foobar')
(rails-app):3:in `<top (required)>': undefined method `_ct_reorder_siblings' for an instance of Tag (NoMethodError)
It seems that this change is the root cause: https://github.com/ClosureTree/closure_tree/pull/484/changes#diff-2423b183850e1772ca6dbbcb3a612936b6f92ab76b9d7c650efe95cfcfe7e8b5R44-R54
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels