Error no "ToolController" with combined dressups

Hello,

i have mentioned a problem with a LeadInOut dressup after a Tag dressup in this post some time ago: https://devtalk.freecad.org/t/problem-with-dressup-tag/71620/1 (my last post in this thread)
This problem is still present and you can find an example in the file attached. If i try do add the LeadInOut dressup on top of the Tag dressup made on Profile i get the following error:

Running the Python command 'Path_DressupLeadInOut' failed:
Traceback (most recent call last):
  File "C:\Program Files\FreeCAD 0.21\Mod\Path\Path\Dressup\Gui\LeadInOut.py", line 724, in Activated
    FreeCADGui.doCommand("dbo.setup(obj)")
  File "<string>", line 1, in <module>
  File "C:\Program Files\FreeCAD 0.21\Mod\Path\Path\Dressup\Gui\LeadInOut.py", line 147, in setup
    obj.Length = obj.Base.ToolController.Tool.Diameter * 0.75

'FeaturePython' object has no attribute 'ToolController'

LeadInOut_ontop_Tag.png
And the LeadInOut dressup is created standalone above the Tag dressup in the tree. It is not editable, if you made a double click on it i get into the transformation window…


OS: Windows 11 build 22631
Word size of FreeCAD: 64-bit
Version: 0.21.0.33668 +7 (Git)
Build type: Release
Branch: (HEAD detached at 0.21)
Hash: 41b058e2087de60dc8fef3d3e68c7d0129e13abf
Python 3.8.10, Qt 5.15.2, Coin 4.0.1, Vtk 8.2.0, OCC 7.6.3
Locale: German/Germany (de_DE)
Installed mods: 
  * A2plus 0.4.61
  * btl 0.9.9
  * fasteners 0.4.71
  * FeedsAndSpeeds 0.5.0
  * Lithophane
  * Manipulator 1.5.0
  * OpenDark 2023.11.27
  * QuickMeasure 2022.10.28
  * sheetmetal 0.3.12

Issue on github created: https://github.com/FreeCAD/FreeCAD/issues/12027

Download the latest version of Freecad here:

https://github.com/FreeCAD/FreeCAD-Bundle/releases/tag/weekly-builds

First apply the LeadInOut Dressup and then the Tag Dressup

If you have a problem with the Tag Dressup check the following post also. https://devtalk.freecad.org/t/problems-with-tag-dressup-on-gears/75237/1

You must add each Tag manually.

I hope this helps