Upgrading Tactic VM - Printable Version +- TACTIC Open Source (http://forum.southpawtech.com) +-- Forum: TACTIC Open Source (http://forum.southpawtech.com/forumdisplay.php?fid=3) +--- Forum: TACTIC Discussion (http://forum.southpawtech.com/forumdisplay.php?fid=4) +--- Thread: Upgrading Tactic VM (/showthread.php?tid=159) |
RE: Upgrading Tactic VM - remkonoteboom - 07-24-2020 You shouldn't be seeing so many "glitches". Could you provide a few details? 1) What browser are you using? 2) What branch / release are you looking at? 3) Can you send a screenshot of these problems? I create a new project > add new sType > created with workflow pipeline. When I click the workflow button in newly created sType, it is emply! Also, I go to Project Workflow > click on new created sType > there now no workflow in it. Bottom pane is contantly moving down and title bar is vbrating :-) As a test, I create a new project and then clicked on the Workflow button which brought up a simple linear workflow creator (not the Workflow Editor) and added 3 process. Attached is a screengrab: RE: Upgrading Tactic VM - remkonoteboom - 07-24-2020 So, I created an empty project with an default theme and I see the transparent window. It seems that there is a palette missing and the background color of the popup windows is missing and defaults to being transparent. RE: Upgrading Tactic VM - tushar_soni - 07-24-2020 (07-24-2020, 03:38 PM)remkonoteboom Wrote: You shouldn't be seeing so many "glitches". Could you provide a few details? I had setup the VM from the VM download from community link with 4.7 but then cloned the git repo with 4.8.0.b03 I am using Chrome. Please see attached 3 snaps (07-24-2020, 04:55 PM)tushar_soni Wrote:Also please have a look at attached two screen captures of workflow editor and schema editor UI glitches(07-24-2020, 03:38 PM)remkonoteboom Wrote: You shouldn't be seeing so many "glitches". Could you provide a few details? RE: Upgrading Tactic VM - remkonoteboom - 07-24-2020 Ok, I am able to reproduce this. We'll get this fixed. This is tracked in Github: https://github.com/Southpaw-TACTIC/TACTIC/issues/1528 RE: Upgrading Tactic VM - tushar_soni - 07-25-2020 (07-24-2020, 07:23 PM)remkonoteboom Wrote: Ok, I am able to reproduce this. We'll get this fixed. This is tracked in Github:I am sorry, in my previous post videos didn't get attached. Project Schema UI strange behavious is observed, lower half pane is contantly moving down. RE: Upgrading Tactic VM - listy - 07-25-2020 (07-25-2020, 04:53 AM)tushar_soni Wrote:This is repeating only on updated tactic in my case from 4.5 > 4.8(07-24-2020, 07:23 PM)remkonoteboom Wrote: Ok, I am able to reproduce this. We'll get this fixed. This is tracked in Github:I am sorry, in my previous post videos didn't get attached. RE: Upgrading Tactic VM - tushar_soni - 07-25-2020 I have updated from 4.7 > 4.8 I had installed a VM with Tactic 4.7 on Fedora 30. Please let me know how can I convert to a fresh installation of 4.8 I don't deleting all the databases and everything. RE: Upgrading Tactic VM - listy - 07-25-2020 (07-25-2020, 10:37 AM)tushar_soni Wrote: I have updated from 4.7 > 4.8python 2 or python 3? I think it's just reinstall. Drop all tables in db and install it again, that's all RE: Upgrading Tactic VM - tushar_soni - 07-25-2020 In my sType I am adding custom columns and editing its definition. I added one column of Project Manager which will show a dropdown list of all the users from Global > Users upon clicking it and then selected user's name will be displayed in that. In View Mode I have this, <element name="project_manager" title="Project Manager" edit="true"> <display class="tactic.ui.common.SimpleTableElementWdg"> <type>text</type> </display> </element> In Edit Mode I have this, <element name="project_manager"> <display widget="select"> <labels_expr>@GET(sthpw/login.display_name)</labels_expr> <values_expr>@GET(sthpw/login.code)</values_expr> <mode_expr>absolute</mode_expr> </display> </element> It displays all the users' Display Name fine in the select list, but upon saving and refreshing, selected value is shown as code instead of Display Name which it should. I also tried adding a column value in View Mode like below but then that cell turns blank and displays nothing when saved. <element name="project_manager" title="Project Manager" edit="true"> <display class="tactic.ui.common.SimpleTableElementWdg"> <type>text</type> <column>sthpw/login.display_name</column> </display> </element> I don't know if this is a bug or I am missing anything simple. RE: Upgrading Tactic VM - tushar_soni - 07-26-2020 (07-25-2020, 10:21 AM)listy Wrote:I made a fresh install of tactic 4.8.0.b03 on Centos 7 VM.(07-25-2020, 04:53 AM)tushar_soni Wrote:This is repeating only on updated tactic in my case from 4.5 > 4.8(07-24-2020, 07:23 PM)remkonoteboom Wrote: Ok, I am able to reproduce this. We'll get this fixed. This is tracked in Github:I am sorry, in my previous post videos didn't get attached. Project Schema UI lower half pane is still constantly moving down. I think this is a bug. Thank you. |