?
avatar Puckmeister
Puckmeister
12 Oct 2017

Steps to reproduce the issue

  • Create some tags
  • Create some articles and tag them randomly with the created tags
  • switch article sort to manually (the arrows on the left)
  • sort articles through drag and drop functionality

Expected result

  • articles should be sorted and the tags should not be deleted in the article

Actual result

  • articles are sorted but loose most of their tags (not all)

System information (as much as possible)

Joomla 3.8.x

Additional comments

Maybe similar to #18086, where batch function delets also the tags

avatar Puckmeister Puckmeister - open - 12 Oct 2017
avatar joomla-cms-bot joomla-cms-bot - labeled - 12 Oct 2017
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 12 Oct 2017
avatar Puckmeister
Puckmeister - comment - 12 Oct 2017

Thanks, i searched for something like this but didn't find. Do i have to close this or how will this be handled?

avatar franz-wohlkoenig
franz-wohlkoenig - comment - 12 Oct 2017

@Puckmeister They are now referenced to each other so Dev. can easier look into it.

avatar brianteeman
brianteeman - comment - 12 Oct 2017

Confirmed the issue
As soon as you reorder the article the record in the #__contentitem_tag_map table is deleted

@franz-wohlkoenig please set the issue level to urgent

avatar franz-wohlkoenig franz-wohlkoenig - change - 12 Oct 2017
Priority Medium Urgent
Status New Discussion
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 12 Oct 2017

Level at Issue Tracker is now "Urgent".


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/18317.

avatar alikon
alikon - comment - 12 Oct 2017

i suspect some issue from namespace & Observers
cause i've just dirty fixed again this issue #18320 with #17730
so ping @laoneo

avatar tonypartridge
tonypartridge - comment - 12 Oct 2017

I did also have a quick look at a fix but couldn’t see anything obvious

avatar ggppdk
ggppdk - comment - 12 Oct 2017

Tags are deleted with any batch action too

avatar infograf768
infograf768 - comment - 13 Oct 2017

Tags are deleted with any batch action too

#18086

avatar ggppdk
ggppdk - comment - 13 Oct 2017

@infograf768 right there is issue #18086
That issue is about batch changing category,
but testing reveals that any batch actions also deletes the tags not only changing category

This seems to be related to namespacing, as the new classname
Joomla\CMS\Table\Content
instead of
Content

which prevents correct UCMtype calculation,
i think i can make a PR

avatar joomla-cms-bot joomla-cms-bot - change - 13 Oct 2017
Closed_By franz-wohlkoenig joomla-cms-bot
avatar joomla-cms-bot joomla-cms-bot - close - 13 Oct 2017
avatar franz-wohlkoenig franz-wohlkoenig - change - 13 Oct 2017
Status Discussion Closed
Closed_Date 0000-00-00 00:00:00 2017-10-13 13:58:57
Closed_By franz-wohlkoenig
avatar joomla-cms-bot
joomla-cms-bot - comment - 13 Oct 2017
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 13 Oct 2017

closed as having Pull Request #18328

Add a Comment

Login with GitHub to post a comment