unable to deactivate licenses?
I can list current activations for my LINQPad 5 license at https://www.linqpad.net/licensing/ListActivations.aspx
However, the last column that has historically allowed deactivating certain machines no longer does so AFAICT.
Checking with 'inspect element' it looks like the cells include the link for deactivating, but nothing is in the content of the link, so the link doesn't actually show in the rendered page. I'd imagine it just needs some text like Deactivate Machine or similar?
Here's the content of one of those td cells, for instance:
However, the last column that has historically allowed deactivating certain machines no longer does so AFAICT.
Checking with 'inspect element' it looks like the cells include the link for deactivating, but nothing is in the content of the link, so the link doesn't actually show in the rendered page. I'd imagine it just needs some text like Deactivate Machine or similar?
Here's the content of one of those td cells, for instance:
<a id="grdActivations_ctl05_btnDeactivate" href="javascript:__doPostBack('grdActivations$ctl05$btnDeactivate','')"></a>
Comments
FWIW, IMHO it's worth adding some text on the resulting page with the grid of licenses explaining that to deactivating will require contacting support (in the case that the license queried is multi-user/site), and ideally removing the last column from the rendered grid since the empty column that shows up now looks like a bug, IMHO.
Unrelated, but awesome to see the C#7 support make it out to stable! v5.22.02 is great! Thanks, Joe!
I'll think about adding some text to the page to explain this.