-
Notifications
You must be signed in to change notification settings - Fork 12
Requested value 'n' was not found. #18
Copy link
Copy link
Open
Description
When Cell Column Width value is selected and saved, this change the Background Colour value to nothing or empty space in the backoffice. You will notice this when you open the cell after you have saved it.
When you run the code it will give the error "Requested value 'n' was not found." Which means it has stored value "n" in the Background Colour.
Line 63: ///
Line 64: [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder", "8.5.3")]
Line 65: public static global::Our.Umbraco.Tables.Models.TableData GetTable(ITableComposition that) => that.Valueglobal::Our.Umbraco.Tables.Models.TableData("table");
Line 66: }
Line 67: }
Also when I set back the Backdround Color value to "none" and save the page, It will loss the initial value that I set for the Column Width.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

