Feature Request: Move Tags between groups/ update tag group of a tag
Lovely package!
I was wondering about moving tags between tag groups/updating the tag group of a tag.
I am willing to pull down the code and make a go at adding the functionality, but wanted to check in first to see if you had any thoughts about whether this would be a good or bad idea...
Thanks for your kind words - the package was a bit of an attempt to give back to the community and certainly nice to know people use it and appreciate the functionality.
Moving between groups might be a feasible option, however this could potentially cause unexpected issues if that tag data type is still in use on document type(s).
In terms of the source code, to be honest I am not sure if the latest is in the repo - again, it's been a while and so wouldn't want you making changes to something that is out of date.
Thanks, Nigel. I had no problems forking the code... There is a small issue of DB connection for the test site.
Getting the standard SQL connection error:
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
Would a LocalDB make sense for this? I don't mind setting up a new DB ... but I'm not sure what all you had in your test site.
Feature Request: Move Tags between groups/ update tag group of a tag
Lovely package!
I was wondering about moving tags between tag groups/updating the tag group of a tag.
I am willing to pull down the code and make a go at adding the functionality, but wanted to check in first to see if you had any thoughts about whether this would be a good or bad idea...
Hi Heather
Thanks for your kind words - the package was a bit of an attempt to give back to the community and certainly nice to know people use it and appreciate the functionality.
Moving between groups might be a feasible option, however this could potentially cause unexpected issues if that tag data type is still in use on document type(s).
In terms of the source code, to be honest I am not sure if the latest is in the repo - again, it's been a while and so wouldn't want you making changes to something that is out of date.
I can check and let you know.
Cheers, Nigel
Thanks, Nigel. I will wait for your go-ahead before pulling the code :-)
Hi Heather
Sorry for the delay in getting back to you.
I can confirm the repo is up to date.
https://bitbucket.org/info_yoyocms/umbraco-tag-manager-v7.5
Cheers Nigel
Thanks, Nigel. I had no problems forking the code... There is a small issue of DB connection for the test site.
Getting the standard SQL connection error:
Would a LocalDB make sense for this? I don't mind setting up a new DB ... but I'm not sure what all you had in your test site.
Hi Heather
In the repo there is a database backup - if you restore this to your local machnie and then work out the connection details, you should be good to go.
Cheers Nigel
Hi Nigel,
For the life of me, I can't locate any *.bak or *.sql files in the repo... and the only *.zip files are in the "created-packages" directory...
~Heather
Hi Heather
I have just had an email from someone - they have confirmed the 7.5 version is not accessible on bitbucket, so are you referencing the v7 version ?
https://bitbucket.org/info_yoyocms/umbraco-tag-manager-v7.5
Cheers
Nigel
is working on a reply...