avih75 / Action_Button_Control

Button for work item
MIT License
2 stars 5 forks source link

Azure DevOps Button Control Functionality #5

Closed FormidableYeti closed 3 years ago

FormidableYeti commented 3 years ago

Hello, I saw this project for Azure DevOps. It's a little hard to understand how this control works.

Installing it in Azure DevOps is simple. Click Install.

Then adding a custom control to a story to make the control visible is simple to do.

Once I add the custom control it presents three options that are required

DataTransfer, FieldstoCopy and TargetType.

My guess is DataTransfer is the name of what the button is to be called. FieldstoCopy, is what fields i want to send to the target type. TargetType is Story or Task for instance.

What I want this control to do is create a linked Child ticket in a different devops project. For instance, I have a project called 'Change Advisory Board'. I'd like to have a button in a story within different project 'engineering' create a ticket in 'Change Advisory board' that is linked to the engineering story ticket and copy some of the fields over, such as Risk, Description and perhaps a few others.

Is this functionality something that can be added?

Right now when I give data transfer the name: "Create CAB Ticket" and then try to click the button in a ticket, I get a popup that says "An embedded page at jjqin.gallerycdn.vsassets.io says Create CAB Ticket not implemented yet [OK].

avih75 commented 3 years ago

hi, what do you try to achieve? this extension is planed to be build for each as he need it

On Wed, Dec 23, 2020 at 6:22 PM FormidableYeti notifications@github.com wrote:

Hello, I saw this project for Azure DevOps. It's a little hard to understand how this control works.

Installing it in Azure DevOps is simple. Click Install.

Then adding a custom control to a story to make the control visible is simple to do.

Once I add the custom control it presents three options that are required

DataTransfer, FieldstoCopy and TargetType.

My guess is DataTransfer is the name of what the button is to be called. FieldstoCopy, is what fields i want to send to the target type. TargetType is Story or Task for instance.

What I want this control to do is create a linked Child ticket in a different devops project. For instance, I have a project called 'Change Advisory Board'. I'd like to have a button in a story within different project 'engineering' create a ticket in 'Change Advisory board' that is linked to the engineering story ticket and copy some of the fields over, such as Risk, Description and perhaps a few others.

Is this functionality something that can be added?

Right now when I give data transfer the name: "Create CAB Ticket" and then try to click the button in a ticket, I get a popup that says "An embedded page at jjqin.gallerycdn.vsassets.io says Create CAB Ticket not implemented yet [OK].

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/avih75/Action_Button_Control/issues/5, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIPBUIZ6OL34VPJ3B7WZD4DSWIKNZANCNFSM4VHFUKDQ .

-- בתודה, אבי חדד 0542400091

FormidableYeti commented 3 years ago

Hi, I'm trying to achieve the following:

  1. Name the button - "Create CAB Request"
  2. When button pressed, it creates a ticket in the 'Change Advisory Board' project, ticket type story
  3. The ticket created is linked to the parent ticket as a child ticket
  4. The ticket created has some fields copied over, like Title, Description, Risk (initially).
  5. the new ticket pops up so they can finish populating the rest of the request.

I may later on want add additional buttons that create child tickets in other projects or so it'd be good if the application lets me specify things like what project the ticket destination is, if it needs to be linked or not (and relationship), what the ticket type should be.

avih75 commented 3 years ago

hi can you write to me what is the work item type name and what the refs names of the fields ?

On Thu, Dec 24, 2020 at 1:48 AM FormidableYeti notifications@github.com wrote:

Hi, I'm trying to achieve the following:

  1. Name the button - "Create CAB Request"
  2. When button pressed, it creates a ticket in the 'Change Advisory Board' project, ticket type story
  3. The ticket created is linked to the parent ticket as a child ticket
  4. The ticket created has some fields copied over, like Title, Description, Risk (initially).
  5. the new ticket pops up so they can finish populating the rest of the request.

I may later on want add additional buttons that create child tickets in other projects or so it'd be good if the application lets me specify things like what project the ticket destination is, if it needs to be linked or not (and relationship), what the ticket type should be.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/avih75/Action_Button_Control/issues/5#issuecomment-750586846, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIPBUI4TB5CC36G2R6ORD23SWJ6WNANCNFSM4VHFUKDQ .

-- בתודה, אבי חדד 0542400091

FormidableYeti commented 3 years ago

Yes, for the child ticket it should go to:

Project is: 'Change Advisory Board (CAB)'

Work item type name is: 'Change Request'

Stock Azure DevOps Fields to copy into new ticket: Title, Description, Risk, Due Date.

avih75 commented 3 years ago

Update the extenshion version to the last...V1.1.101נשלח מה-Galaxy שלי -------- הודעה מקורית --------מאת: FormidableYeti notifications@github.com תאריך: 24.12.2020 16:58 (GMT+02:00) אל: avih75/Action_Button_Control Action_Button_Control@noreply.github.com עותק: avih75 avih75@gmail.com, Comment comment@noreply.github.com נושא: Re: [avih75/Action_Button_Control] Azure DevOps Button Control Functionality (#5) Yes, for the child ticket it should go to: Project is: 'Change Advisory Board (CAB)' Work item type name is: 'Change Request' Stock Azure DevOps Fields to copy into new ticket: Title, Description, Risk, Due Date.

—You are receiving this because you commented.Reply to this email directly, view it on GitHub, or unsubscribe.

FormidableYeti commented 3 years ago

Awesome! Ok, I see the commit in github, I don't yet see the version on Microsoft's side. I'm excited to give this a try.

avih75 commented 3 years ago

Do forget to rate it in the marketנשלח מה-Galaxy שלי -------- הודעה מקורית --------מאת: FormidableYeti notifications@github.com תאריך: 24.12.2020 17:32 (GMT+02:00) אל: avih75/Action_Button_Control Action_Button_Control@noreply.github.com עותק: avih75 avih75@gmail.com, Comment comment@noreply.github.com נושא: Re: [avih75/Action_Button_Control] Azure DevOps Button Control Functionality (#5) Awesome! Ok, I see the commit in github, I don't yet see the version on Microsoft's side. I'm excited to give this a try.

—You are receiving this because you commented.Reply to this email directly, view it on GitHub, or unsubscribe.

FormidableYeti commented 3 years ago

Will do, still waiting for the version to publish and be available in devops, my version is still 1.1.38. Not sure how long it takes to push.

avih75 commented 3 years ago

Whqt azure devops do you uses ?נשלח מה-Galaxy שלי -------- הודעה מקורית --------מאת: FormidableYeti notifications@github.com תאריך: 24.12.2020 18:57 (GMT+02:00) אל: avih75/Action_Button_Control Action_Button_Control@noreply.github.com עותק: avih75 avih75@gmail.com, Comment comment@noreply.github.com נושא: Re: [avih75/Action_Button_Control] Azure DevOps Button Control Functionality (#5) Will do, still waiting for the version to publish and be available in devops, my version is still 1.1.38. Not sure how long it takes to push.

—You are receiving this because you commented.Reply to this email directly, view it on GitHub, or unsubscribe.

FormidableYeti commented 3 years ago

Cloud based.

avih75 commented 3 years ago

hi well, you don't need to wait for it to update itself, that can take time just go to the marketplace, look for the extension try to install it, and it will tell you you already installed it. and he will upgrade.

don't got to the extension page from your local extensions because it will take you to the same version you have

On Thu, Dec 24, 2020 at 7:52 PM FormidableYeti notifications@github.com wrote:

Cloud based.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/avih75/Action_Button_Control/issues/5#issuecomment-750935399, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIPBUI3ZGETJRCLE4ED6WITSWN5U3ANCNFSM4VHFUKDQ .

-- בתודה, אבי חדד 0542400091

FormidableYeti commented 3 years ago

Got it updated, looks like there's two versions in market place right now.

I added the button and removed the old one.

I went into the engineering process and modified story to have the button control. In the options for the button, added the following information:

Button Name: Create CAB Request Fields to Copy: System.Id; System.Title; System.Description Target type: Change Request

When I open a story in engineering project, the button control is there, but clicking does nothing.

I looked in the 'Change Advisory Board (CAB)' project and confirm no tickets created. The target type 'Change Request' exists only in the Change Advisory Board (CAB) project.

avih75 commented 3 years ago

there is someonew how fork my git and publish it also.

i try something new, again....update the version please to 1.1.102

then take some picture and send me

the configuration, the form

On Thu, Dec 24, 2020 at 11:19 PM FormidableYeti notifications@github.com wrote:

Got it updated, looks like there's two versions in market place right now.

I added the button and removed the old one.

I went into the engineering process and modified story to have the button control. In the options for the button, added the following information:

Button Name: Create CAB Request Fields to Copy: System.Id; System.Title; System.Description Target type: Change Request

When I open a story in engineering project, the button control is there, but clicking does nothing.

I looked in the 'Change Advisory Board (CAB)' project and confirm no tickets created. The target type 'Change Request' exists only in the Change Advisory Board (CAB) project.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/avih75/Action_Button_Control/issues/5#issuecomment-751055135, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIPBUI2UIWLS7WQPROBVVTLSWOV6PANCNFSM4VHFUKDQ .

-- בתודה, אבי חדד 0542400091

FormidableYeti commented 3 years ago

Same, button clicks, no action. Here's screenshots of how I have it setup right now.

cab1 cab2 cab3 cab4

avih75 commented 3 years ago

do you have team viewer let me see the debug in chrom

On Thu, Dec 24, 2020 at 11:44 PM Avi Hadad avih75@gmail.com wrote:

there is someonew how fork my git and publish it also.

i try something new, again....update the version please to 1.1.102

then take some picture and send me

the configuration, the form

On Thu, Dec 24, 2020 at 11:19 PM FormidableYeti notifications@github.com wrote:

Got it updated, looks like there's two versions in market place right now.

I added the button and removed the old one.

I went into the engineering process and modified story to have the button control. In the options for the button, added the following information:

Button Name: Create CAB Request Fields to Copy: System.Id; System.Title; System.Description Target type: Change Request

When I open a story in engineering project, the button control is there, but clicking does nothing.

I looked in the 'Change Advisory Board (CAB)' project and confirm no tickets created. The target type 'Change Request' exists only in the Change Advisory Board (CAB) project.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/avih75/Action_Button_Control/issues/5#issuecomment-751055135, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIPBUI2UIWLS7WQPROBVVTLSWOV6PANCNFSM4VHFUKDQ .

-- בתודה, אבי חדד 0542400091

-- בתודה, אבי חדד 0542400091

FormidableYeti commented 3 years ago

found the error..

cab5

the work item type doesn't exist in this project. It only exists in the 'Change Advisory Board (CAB)' project.

I think the code isn't aware of the different project. Can we create a variable field that appears in options that asks for project name that the work item is in?

Just skimming the code... would be good if options also allows for what title to give the work item. For instance line 155, ["System.Title"]: "Sub Task of " + parentTitle, - would be nice if i could type in the options screen "Approval Request - " + parentTitle.

More options that are there, the more flexible the button control :)

avih75 commented 3 years ago

oohhhh you want to create a new work item in a different project....... interesting that can be useful

and yes it can be done

if you just update version 1.1.103

hope thats the last one

On Fri, Dec 25, 2020 at 12:20 AM FormidableYeti notifications@github.com wrote:

found the error..

[image: cab5] https://user-images.githubusercontent.com/76529511/103107342-f210d380-4602-11eb-8620-741b88cbb340.jpg

the work item type doesn't exist in this project. It only exists in the 'Change Advisory Board (CAB)' project.

I think the code isn't aware of the different project. Can we create a variable field that appears in options that asks for project name that the work item is in?

Just skimming the code... would be good if options also allows for what title to give the work item. For instance line 155, ["System.Title"]: "Sub Task of " + parentTitle, - would be nice if i could type in the options screen "Approval Request - " + parentTitle.

More options that are there, the more flexible the button control :)

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/avih75/Action_Button_Control/issues/5#issuecomment-751124754, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIPBUIZ4PAQZVFJIYZ7VZFLSWO5C3ANCNFSM4VHFUKDQ .

-- בתודה, אבי חדד 0542400091

avih75 commented 3 years ago

by the way you should check out my other extension

On Fri, Dec 25, 2020 at 12:48 AM Avi Hadad avih75@gmail.com wrote:

oohhhh you want to create a new work item in a different project....... interesting that can be useful

and yes it can be done

if you just update version 1.1.103

hope thats the last one

On Fri, Dec 25, 2020 at 12:20 AM FormidableYeti notifications@github.com wrote:

found the error..

[image: cab5] https://user-images.githubusercontent.com/76529511/103107342-f210d380-4602-11eb-8620-741b88cbb340.jpg

the work item type doesn't exist in this project. It only exists in the 'Change Advisory Board (CAB)' project.

I think the code isn't aware of the different project. Can we create a variable field that appears in options that asks for project name that the work item is in?

Just skimming the code... would be good if options also allows for what title to give the work item. For instance line 155, ["System.Title"]: "Sub Task of " + parentTitle, - would be nice if i could type in the options screen "Approval Request - " + parentTitle.

More options that are there, the more flexible the button control :)

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/avih75/Action_Button_Control/issues/5#issuecomment-751124754, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIPBUIZ4PAQZVFJIYZ7VZFLSWO5C3ANCNFSM4VHFUKDQ .

-- בתודה, אבי חדד 0542400091

-- בתודה, אבי חדד 0542400091

FormidableYeti commented 3 years ago

getting better, I saw the project field in options. I like it a lot.

I got one error when I had fields listed: cab6

I took the fields out of options so it's blank and now have this error: cab7

My Options screen: cab8

FormidableYeti commented 3 years ago

Your other projects are also really cool. Lots of extensibility there to get some badly needed functionality into Azure DevOps. Great work.

avih75 commented 3 years ago

yes, because you use ";" you should use "," and no space System.Id,System.Title,System.Description

On Fri, Dec 25, 2020 at 1:09 AM FormidableYeti notifications@github.com wrote:

getting better, I saw the project field in options. I like it a lot.

I got one error when I had fields listed: [image: cab6] https://user-images.githubusercontent.com/76529511/103108157-b417ad80-460a-11eb-9cc3-f52fe13185c4.jpg

I took the fields out of options so it's blank and now have this error: [image: cab7] https://user-images.githubusercontent.com/76529511/103108160-baa62500-460a-11eb-9ac8-33e8effb8861.jpg

My Options screen: [image: cab8] https://user-images.githubusercontent.com/76529511/103108161-baa62500-460a-11eb-8888-c390748e4b66.jpg

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/avih75/Action_Button_Control/issues/5#issuecomment-751128277, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIPBUI5GI5VNY4Q2VSOI7D3SWPC3LANCNFSM4VHFUKDQ .

-- בתודה, אבי חדד 0542400091

FormidableYeti commented 3 years ago

Ah! We're so close! Thank you yes, I see that problem.

So, there's a typo then in the tool tip, super simple fix - make the ; into a , (comma) to correct the tool tip...

cab9

Great news as well the ticket created in the right project and the fields copied!

cab10

cab11

We have one item that needs help. The Parent ticket (the ticket with the Create CAB button), isn't linked to the Child created ticket.

Once that's working, this is amazing! ;)

cab12

cab13

avih75 commented 3 years ago

I see, well it suppose to open the new work item, and you should close it and save. isnt that what you asked ?

i will look into it today....

On Fri, Dec 25, 2020 at 3:15 AM FormidableYeti notifications@github.com wrote:

Ah! We're so close! Thank you yes, I see that problem.

So, there's a typo then in the tool tip, super simple fix - make the ; into a , (comma) to correct the tool tip...

[image: cab9] https://user-images.githubusercontent.com/76529511/103112538-d2d27000-461b-11eb-874c-f3d46acf9ca4.jpg

Great news as well the ticket created in the right project and the fields copied!

[image: cab10] https://user-images.githubusercontent.com/76529511/103112561-fa293d00-461b-11eb-89aa-cc3a4a87ca9c.jpg

[image: cab11] https://user-images.githubusercontent.com/76529511/103112568-02817800-461c-11eb-8ef5-aee848baa68a.jpg

We have one item that needs help. The Parent ticket (the ticket with the Create CAB button), isn't linked to the Child created ticket.

Once that's working, this is amazing! ;)

[image: cab12] https://user-images.githubusercontent.com/76529511/103112609-32308000-461c-11eb-9e70-592e89d5dfae.jpg

[image: cab13] https://user-images.githubusercontent.com/76529511/103112618-3c527e80-461c-11eb-84a5-60ebe3485ff8.jpg

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/avih75/Action_Button_Control/issues/5#issuecomment-751140278, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIPBUI4WAXL3P5QSOEXWIQTSWPRR7ANCNFSM4VHFUKDQ .

-- בתודה, אבי חדד 0542400091

avih75 commented 3 years ago

well....104 worked ?

On Fri, Dec 25, 2020 at 8:54 AM Avi Hadad avih75@gmail.com wrote:

I see, well it suppose to open the new work item, and you should close it and save. isnt that what you asked ?

i will look into it today....

On Fri, Dec 25, 2020 at 3:15 AM FormidableYeti notifications@github.com wrote:

Ah! We're so close! Thank you yes, I see that problem.

So, there's a typo then in the tool tip, super simple fix - make the ; into a , (comma) to correct the tool tip...

[image: cab9] https://user-images.githubusercontent.com/76529511/103112538-d2d27000-461b-11eb-874c-f3d46acf9ca4.jpg

Great news as well the ticket created in the right project and the fields copied!

[image: cab10] https://user-images.githubusercontent.com/76529511/103112561-fa293d00-461b-11eb-89aa-cc3a4a87ca9c.jpg

[image: cab11] https://user-images.githubusercontent.com/76529511/103112568-02817800-461c-11eb-8ef5-aee848baa68a.jpg

We have one item that needs help. The Parent ticket (the ticket with the Create CAB button), isn't linked to the Child created ticket.

Once that's working, this is amazing! ;)

[image: cab12] https://user-images.githubusercontent.com/76529511/103112609-32308000-461c-11eb-9e70-592e89d5dfae.jpg

[image: cab13] https://user-images.githubusercontent.com/76529511/103112618-3c527e80-461c-11eb-84a5-60ebe3485ff8.jpg

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/avih75/Action_Button_Control/issues/5#issuecomment-751140278, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIPBUI4WAXL3P5QSOEXWIQTSWPRR7ANCNFSM4VHFUKDQ .

-- בתודה, אבי חדד 0542400091

-- בתודה, אבי חדד 0542400091

FormidableYeti commented 3 years ago

Giving a system.id updated twice error. Same options set as was working 103.

$id: "1", innerException: null,…} $id: "1" errorCode: 0 eventId: 0 innerException: null message: "VS403691: Update to work item -1 had two or more updates for field with reference name 'System.Id'. A field cannot be updated more than once in the same update." typeKey: "InvalidOperationException" typeName: "System.InvalidOperationException, mscorlib"

avih75 commented 3 years ago

as i promised..... it works for me V1..1.123

try it

On Fri, Dec 25, 2020 at 4:49 PM FormidableYeti notifications@github.com wrote:

Giving a system.id updated twice error. Same options set as was working 103.

$id: "1", innerException: null,…} $id: "1" errorCode: 0 eventId: 0 innerException: null message: "VS403691: Update to work item -1 had two or more updates for field with reference name 'System.Id'. A field cannot be updated more than once in the same update." typeKey: "InvalidOperationException" typeName: "System.InvalidOperationException, mscorlib"

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/avih75/Action_Button_Control/issues/5#issuecomment-751258989, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIPBUI5OHYOYEEKNK7CNIUDSWSQ7TANCNFSM4VHFUKDQ .

-- בתודה, אבי חדד 0542400091

FormidableYeti commented 3 years ago

Errors gone. Ticket pops up open for edit, which is amazing, yes!

Can it do the link to the parent ticket automatically? It would be great if that was a option in the control. a on/ off control named, create child link relationship.

everything else is spot on perfect with this control.

FormidableYeti commented 3 years ago

wait this is interesting. the parent ticket shows the child link, but the child ticket (Change Request) doesn't show the parent link. I'm taking a look around real quick. this is curious.

FormidableYeti commented 3 years ago

Check this out.. wild.

cab14 cab15

FormidableYeti commented 3 years ago

I think I found it.

The parent ticket wasn't saved. So the child Change Ticket created and popped up and didn't have the parent link, but... the cause... when i clicked to close the parent ticket, i was prompted to hit save or cancel changes. I hit save and the parent link now shows up in the Change ticket.

So, I guess the parent ticket needs to be force saved in the code to make that a clean transition? Is that able to be done just prior to the child opening?

avih75 commented 3 years ago

Good morning I see you spend some time.... Yes it able to save auto...

בתאריך שבת, 26 בדצמ׳ 2020, 03:15, מאת FormidableYeti ‏< notifications@github.com>:

I think I found it.

The parent ticket wasn't saved. So the child Change Ticket created and popped up and didn't have the parent link, but... the cause... when i clicked to close the parent ticket, i was prompted to hit save or cancel changes. I hit save and the parent link now shows up in the Change ticket.

So, I guess the parent ticket needs to be force saved in the code to make that a clean transition? Is that able to be done just prior to the child opening?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/avih75/Action_Button_Control/issues/5#issuecomment-751306459, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIPBUI4U72X2NTCQW5GDDNDSWU2LZANCNFSM4VHFUKDQ .

avih75 commented 3 years ago

ok...so it's not supposed to autosave the parent if the parent is new because the creator of the parent needs to decide if he wants to save it or not.

so I added something.... if the parent is save all ready (got id actually) the child will be added and be saved. if not it just adds the child to the parent and waits for the save.

that's the maximum I think can be done.

enjoy it!

On Sat, Dec 26, 2020 at 10:57 AM Avi Hadad avih75@gmail.com wrote:

Good morning I see you spend some time.... Yes it able to save auto...

בתאריך שבת, 26 בדצמ׳ 2020, 03:15, מאת FormidableYeti ‏< notifications@github.com>:

I think I found it.

The parent ticket wasn't saved. So the child Change Ticket created and popped up and didn't have the parent link, but... the cause... when i clicked to close the parent ticket, i was prompted to hit save or cancel changes. I hit save and the parent link now shows up in the Change ticket.

So, I guess the parent ticket needs to be force saved in the code to make that a clean transition? Is that able to be done just prior to the child opening?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/avih75/Action_Button_Control/issues/5#issuecomment-751306459, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIPBUI4U72X2NTCQW5GDDNDSWU2LZANCNFSM4VHFUKDQ .

-- בתודה, אבי חדד 0542400091

FormidableYeti commented 3 years ago

This is a beautiful thing! It works perfectly.

Thank you so much for building and updating this tool. This will save our teams lots of time. Hopefully saves many others time as they discover this as well.

avih75 commented 3 years ago

My pleasure. Dont forget to rate it

בתאריך שבת, 26 בדצמ׳ 2020, 19:44, מאת FormidableYeti ‏< notifications@github.com>:

This is a beautiful thing! It works perfectly.

Thank you so much for building and updating this tool. This will save our teams lots of time. Hopefully saves many others time as they discover this as well.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/avih75/Action_Button_Control/issues/5#issuecomment-751378968, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIPBUI57JKPAIJUS5ILSLRDSWYOH7ANCNFSM4VHFUKDQ .

FormidableYeti commented 3 years ago

rated and thank you! I spun out issues on anything else that I saw as useful reading through our comments here and what i thought might be nice to have.