06-09-2020, 04:00 PM
(06-09-2020, 03:54 PM)remkonoteboom Wrote: 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.I do support it in my TH and use checkin modes like file/multi-file. And also predefine contexts and subcontexts
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?