Keith Posted September 5, 2018 Posted September 5, 2018 I am finding it impossible to use tags currently. I have created two tags using British as the language. However, I am unable to add them to any project.
AlexTumber Posted September 5, 2018 Posted September 5, 2018 @Keith I'm sorry to hear this. I'll ask our development team to investigate. Alex
Steven Boardman Posted September 6, 2018 Posted September 6, 2018 @Keith do you have any replication steps for this? In my example below i have a couple of tags defined, i go into a project > details > edit mode and type in the Tag field and it allows me to add them and matches others based on my search term. I've tried this with users with different PM roles, i've tried adding Tags with and without additional translations and in different browsers but can't seem to replicate the issue. 1
Keith Posted September 7, 2018 Author Posted September 7, 2018 Hi @Steven Boardman If I navigate to the projects Tags, this is what I see as a default. Switching Language to British shows I have created two tags. Navigating to the Project detail I try to enter a known tag but this is not displayed and is therefore not selectable. I have just created a new tag called "Finance" which I created using British Langauge. I am able to add this to a project. I wonder if there is some limit on tag length that is causing an issue here? Alternatively, it could be an issue around language. I seem to recall originally creating the tags without changing language though I could be wrong. Personally, I think the language should default to the user's login language rather than displaying a blank entry. Hope this helps. Keith
AlexTumber Posted September 7, 2018 Posted September 7, 2018 @Keith the language drop down menu should never be blank. This looks like a bug to me. My guess is that the tags have been created without a language which is why they are not being returned. I will ask our development team to take a look at this. Alex
Keith Posted September 7, 2018 Author Posted September 7, 2018 OK Thanks @alextumber thought that was strange.
AlexTumber Posted September 7, 2018 Posted September 7, 2018 @Keith the list of languages should be coming from the supported languages that are defined in the admin tool. Can you confirm that you have supported languages configured on your Hornbill instance? Alex
Keith Posted September 7, 2018 Author Posted September 7, 2018 Hi @alextumber Yes I can confirm these are setup and I'm ok with them. I just don't want the blank entry to appear. As an aside, I also get frustrated by this in the BPM.
AlexTumber Posted September 7, 2018 Posted September 7, 2018 @Keith I'm beginning to think that there may be an issue either with your profile or your instance as a whole with regard to languages. This screen uses the same language settings as the one in Project Manager so it can't be just a coincidence that they are both not displaying anything. Can you confirm that you have a language set against your user profile? Alex
Keith Posted September 7, 2018 Author Posted September 7, 2018 @alextumber Ah, I found something odd. Here is what I see when I click on my profile picture When I click on the cog, this is what I see... Why the difference?
AlexTumber Posted September 7, 2018 Posted September 7, 2018 @Keith wow, that is strange. I can't say I've seen that before! In the admin tool, what does it show as your language in your profile? I'm guessing that if you set this, you will start seeing tags and task outcomes working as expected... Alex
Keith Posted September 7, 2018 Author Posted September 7, 2018 @alextumber IT was blank in the admin tool. I have set it there which seems to have resolved the language being set as a default in the Tags and in the BPM. However, the tags I created of "LBS' & "LMS" are still unuseable.
AlexTumber Posted September 7, 2018 Posted September 7, 2018 @Keith what I suspect is that because the tags have been created with no language, you won't be able to see them. As they are not yet associated to any projects, I suggest you delete the tags and then recreate them. They should then be available to be used against projects. Alex
Keith Posted September 13, 2018 Author Posted September 13, 2018 @alextumber I recreated my two tags using British Language but am still unable to use them. I can use other tags that I have created since. Maybe this is an issue that these two "LMS" & "LBS" were created with no language previously. Really need to get these two working.
AlexTumber Posted September 13, 2018 Posted September 13, 2018 @Keith I'm sorry to hear this and would like to get this sorted for you asap. If you go to the Hornbill Admin Tool and look directly in the database at the h_tags table where h_tag_group = "urn:tagGroup:projects". What do you see? The records should look something like this: If any of them are missing a value in the h_language column, please update them with 'en-GB'. If this is not the issue then I'll need to investigate further. Alex
Keith Posted September 13, 2018 Author Posted September 13, 2018 @alextumber I have lots of tags with no language. However, am unable to edit. Do I need a special role for this, or does the update have to be done via sql? You'll notice I have some duplicates now (with language and without) so presume some will need to be deleted? As an aside, my Admin language does not appear to be "sticking". Everyday it is blank again. Is this to do without AD sync? I'm fine in the Hornbill app.
AlexTumber Posted September 13, 2018 Posted September 13, 2018 @Keith the update would need to be done via sql. Can I ask how many projects you have tagged already? If it isn't many I would be very tempted to remove all tags from all projects and then to delete all records from h_tags where the h_tag_group = 'urn:tagGroup:projects'. Once you have done this, recreate the tags and re associate them to the projects. When you say your admin language are you referring to the admin role being applied to your user account? Alex
Keith Posted September 13, 2018 Author Posted September 13, 2018 @alextumber OK, will probably delete all. Which leads me to ask if its possible to delete the test projects I've created, or am I only able to set them as cancelled? Re language. The regional setting in my admin profile is not persisting. Can't be our AD syncing because I set it this morning and it already cleared again. <screenshot removed by forum admin> My Hornbill App profile is fine.
AlexTumber Posted September 13, 2018 Posted September 13, 2018 @Keith that is very strange indeed. Something must be removing/resetting it. @Victor maybe something you can look at? Regarding removing projects: there is a tile in the admin tool that allows you to remove cancelled projects. It seems there is a problem with this currently that our development team has identified and fixed for the next update, which is due very soon. Alex
Victor Posted September 13, 2018 Posted September 13, 2018 @Keith - I'll raise a support requests on your behalf for the regional settings being overwritten somehow so I can trace it and work on it (due to my current workload it is a bit challenging for me to reply on time on forum posts) 1
Victor Posted September 14, 2018 Posted September 14, 2018 @Keith - so it seems it is actually one of the user imports overwriting your regional settings Here is when you did manually set it correctly at 09:42 2018-09-13 08:42:24Z [INFO]:[SQL]:[1624] UPDATE h_sys_accounts SET h_language = ?, h_update_count = ? WHERE h_user_id = ? ======== record data ======== 1: en-GB 2: 1095 3: keith.*** Here is the import overwriting it at 09:58 2018-09-13 08:58:21Z [INFO]:[SQL]:[2420] UPDATE h_sys_accounts SET h_language = ?, h_update_count = ? WHERE h_user_id = ? ======== record data ======== 1: en 2: 1096 3: Keith.*** "en" is not a valid value for language this is why it appears as a blank... 1
Keith Posted September 14, 2018 Author Posted September 14, 2018 Thanks @Victor, this is great information for me to follow up with the responsible colleague. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now