06-09-2020, 03:54 PM
(This post was last modified: 06-09-2020, 03:54 PM by remkonoteboom.)
As for check-in setup, we found that we weren't ever using this since a lot of the functionality check-in widget was lost when the browser stopped really supporting Java applets. This left a lot of this functionality of the check-ins not function. Coupled with the new way that the pipeline editor saves, I seems this was disabled and deprecated.
You can see this in line 3853 of src/tactic/ui/tools/pipeline_wdg.py
Setting has_checkins to True will make it show up there, however the question still remains. What in this is still useful?
You can see this in line 3853 of src/tactic/ui/tools/pipeline_wdg.py
Code:
3852 # DEPRECATED: The old check-in widget is basically not functional anymore
3853 has_checkins = False
3854 if has_checkins:
Setting has_checkins to True will make it show up there, however the question still remains. What in this is still useful?