intersystems-community / cache-tort-git

Access to Tortoise Git interface from Caché Studio
https://github.com/intersystems-ru/cache-tort-git/wiki
MIT License
31 stars 20 forks source link

Error adding Routines to control manager #47

Closed DanielAguilarGarcia closed 7 years ago

DanielAguilarGarcia commented 7 years ago

Hello, when select many routines at a same time and click on Add to SourceControl we have this error:

image

class '%Studio.SourceControl.Interface', method 'UserAction': SUBSCRIPT 201 zTS+22^%Library.RoutineMgr.1 ^oddDEF("")

class '%Studio.SourceControl.Interface', method 'GetStatus': SUBSCRIPT 201 zTS+22^%Library.RoutineMgr.1 ^oddDEF("")

Thanks!

adaptun commented 7 years ago

@DanielAguilarGarcia I'll look into this, but why are you adding classes to Source control one-by-one? Just right-click on package and add whole package!

patrickrioux commented 7 years ago

This is for routines

Sent from my mobile

Le 20 août 2017 à 15:45, Alexander Koblov notifications@github.com a écrit :

@DanielAguilarGarcia I'll look into this, but why are you adding classes to Source control one-by-one? Just right-click on package and add whole package!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

adaptun commented 7 years ago

This is not a problem with cache-tort-git; the same problem with the empty source control class

DanielAguilarGarcia commented 7 years ago

Ok, Thank you!