mbleigh / acts-as-taggable-on

A tagging plugin for Rails applications that allows for custom tagging along dynamic contexts.
http://mbleigh.lighthouseapp.com/projects/10116-acts-as-taggable-on
MIT License
4.97k stars 1.2k forks source link

Ownership does not work with tenancy #1103

Open adamzolosyncro opened 1 year ago

adamzolosyncro commented 1 year ago

We want to use both tenancy and ownership for tags. When I save the tag without the owner, it properly saves the tenant. However, if I use the ownership api (e.g., @some_user.tag(@some_photo, :with => "paris, normandy", :on => :locations),) it does not set the tenant column.

Is tenancy expected to work with ownership?

acts-as-taggable-on version: 9.0.1

courtsimas commented 1 year ago

@adamzolosyncro has there been any movement on this?

kapso commented 2 months ago

Same issue.

current_user.tag(@taggable....) -- this does not save tenant.