krypu / azure-devops-extension-url-field

A custom control extension for Azure DevOps
European Union Public License 1.2
6 stars 10 forks source link

Scenario 3 Not Working #3

Closed kupdegrove closed 3 years ago

kupdegrove commented 3 years ago

Despite leaving only {field} as the URL parameter, when I build from a text field where I paste a link to a file, it simply does nothing. I've even tried a very simple www.google.com in the text field as well as http://www.google.com.

Nada.

krypu commented 3 years ago

Hello! I was able to replicate the issue, but only when missing either http:// or file:// or at least bare //.

Can you please double check the case with a protocol prefix? Something like:

URL = {field} Title -> any value Field -> any string field Field value on a work item form = //google.com

kupdegrove commented 3 years ago

Thank you for the quick reply. In my case it was an ID10T error…LOL. I forgot to switch to the correct source field in the control. Once I corrected that, it worked like a charm. It’s an excellent control and fills a much needed gap.

Get Outlook for iOShttps://aka.ms/o0ukef


From: Krystian @.> Sent: Friday, July 2, 2021 8:43:20 AM To: krypu/azure-devops-extension-url-field @.> Cc: kupdegrove @.>; Author @.> Subject: Re: [krypu/azure-devops-extension-url-field] Scenario 3 Not Working (#3)

Hello! I was able to replicate the issue, but only when missing either http:// or file:// or at least bare //.

Can you please double check the case with a protocol prefix? Something like:

URL = {field} Title -> any value Field -> any string field Field value on a work item form = //google.com

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/krypu/azure-devops-extension-url-field/issues/3#issuecomment-872969107, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AUWIBBDEYCZETUN5THTGDX3TVWX6RANCNFSM47VK5GKQ.

krypu commented 3 years ago

I'm glad it's working for you now. I would appreciate a rating and a short review on VS marketplace.