I'm trying to create a custom property on a membertype, but nothing happens when i click SAVE. No confirmation dialog appears, the property doesn't appear on the Info tab
Can you screenshot the data you're entering - I take it your alias is sensibly named? I have seen a glitch doing this when I've added multiple properties (it usually likes to stick them in the generic properties rather than the tab I set) but a refresh of the page cleared the issue and I can't reliably recreate to bug report it.
If you're in Chrome or IE press F12 to show dev tools (it's basically a web browser debugger) then try saving your new property - if you click on the "Console" option in the menu of the dev tools you'll see any Javascript errors which might help the people on the forum zero in on the bug.
Did you come to the bottom of this one as I currently have the same error when trying to edit a document type, it seems to be something to do with the WebResource.axd not loading correctly, however if I try and access that directly in the browser the file that is generated seems fine, so not sure what is going wrong.
Can't save when creating custom property
I'm trying to create a custom property on a membertype, but nothing happens when i click SAVE. No confirmation dialog appears, the property doesn't appear on the Info tab
Umbraco 7.1.4
I've tried it in both Chrome and Firefox.
Can you screenshot the data you're entering - I take it your alias is sensibly named? I have seen a glitch doing this when I've added multiple properties (it usually likes to stick them in the generic properties rather than the tab I set) but a refresh of the page cleared the issue and I can't reliably recreate to bug report it.
Nothing funky there - if you run dev tools when you try it do you get an error?
Not sure what dev tools are
If you're in Chrome or IE press F12 to show dev tools (it's basically a web browser debugger) then try saving your new property - if you click on the "Console" option in the menu of the dev tools you'll see any Javascript errors which might help the people on the forum zero in on the bug.
I get this error when i click the save button
Uncaught ReferenceError: WebForm_DoPostBackWithOptions is not defined
Jan,
Did you come to the bottom of this one as I currently have the same error when trying to edit a document type, it seems to be something to do with the WebResource.axd not loading correctly, however if I try and access that directly in the browser the file that is generated seems fine, so not sure what is going wrong.
Cheers, Chris
is working on a reply...