For some reason I am not seeing the prevalues in the list of checkbox values. I only see [object Object] in the field where the prevalue would normally be displayed. if I look the database directly I can see the prevalues just not in the backoffice. Currently running 7.11 and MSSQL server. Had same issue with 7.1
I actually saw this very same issue. For me it turned out to be a NuGet upgrade issue due to my execution policy. Are you upgrading from v7.0 to v7.1 using NuGet? Although it saw the issue here in fact many of the files hadn't been upgraded where they should have been.
I initially solved the problem by manually copying both "Umbraco" and "Umbraco_Client" folders from the "/packages/UmbracoCMS.7.1.0/UmbracoFiles/" folder to my site. Then using source control I could see that many of the files had not been copied over automatically by NuGet.
I then went on to experiment with my Execution Policy and found it needed to be changed to RemoteSigned in the package manager to successfully upgrade using NuGet.
Strange, I would make sure you have fully cleared your cache and ensure that both Umbraco and Umbraco_Client have been copied over. Given the same symptoms, you must have v7.0 js somewhere....
Glad it's working! Chrome does have some aggressive caching, if you open developer tools you can then right click on the refresh button and choose "Clear cache and hard reload" that normally does the trick.
Checkbox prevalues missing in 7.11
For some reason I am not seeing the prevalues in the list of checkbox values. I only see [object Object] in the field where the prevalue would normally be displayed. if I look the database directly I can see the prevalues just not in the backoffice. Currently running 7.11 and MSSQL server. Had same issue with 7.1
Hey Jeff,
I actually saw this very same issue. For me it turned out to be a NuGet upgrade issue due to my execution policy. Are you upgrading from v7.0 to v7.1 using NuGet? Although it saw the issue here in fact many of the files hadn't been upgraded where they should have been.
I initially solved the problem by manually copying both "Umbraco" and "Umbraco_Client" folders from the "/packages/UmbracoCMS.7.1.0/UmbracoFiles/" folder to my site. Then using source control I could see that many of the files had not been copied over automatically by NuGet.
I then went on to experiment with my Execution Policy and found it needed to be changed to RemoteSigned in the package manager to successfully upgrade using NuGet.
Jeavon
Jeavon, Thanks for the info. Not using nUget. I am manually copying both folders, client and umbraco
Strange, I would make sure you have fully cleared your cache and ensure that both Umbraco and Umbraco_Client have been copied over. Given the same symptoms, you must have v7.0 js somewhere....
Look like its working. Browers seem to be temperamental, worked in Safari, Chrome seemed to flake out.
Glad it's working! Chrome does have some aggressive caching, if you open developer tools you can then right click on the refresh button and choose "Clear cache and hard reload" that normally does the trick.
is working on a reply...