Right click + events ("...") are not working in Umbraco Forms
How to replicate:
Install package on Umbraco.
Install (if not already installed) Umbraco Forms / Contour.
Try to perform any action for form (right click or "...").
The error is System.FormatException not handled and caused by Convert.ToInt32 method which is trying to convert Guid string which is node name of each form.
I found your project on Github and will create a pull request solving my problem cause I have already fixed it on my local repository.
Right click + events ("...") are not working in Umbraco Forms
How to replicate:
The error is System.FormatException not handled and caused by Convert.ToInt32 method which is trying to convert Guid string which is node name of each form.
I found your project on Github and will create a pull request solving my problem cause I have already fixed it on my local repository.
EDIT: done → https://github.com/Pumpin/ZippyMedia/pull/3
Hey Marcin
Thx for the pull request, merged it into the repo and released a new package plus made some automation of the package build process.
Thx for the help mate.
HFYR
is working on a reply...