oqtane.framework/Oqtane.Client/Modules
Jon Welfringer 3ead35c984
Update (Profiles) Edit.razor to fix breaking changes
Prior functionality allowed 4 characters for "order" which now causes validation errors for any order value > 99.  This change allows a value of up to 9999 which is consistent with the prior 4 character length value.

Prior functionality allowed 2 characters for "rows" which now causes validattion error for any row count > 10.  This change allows a value up to 99 which is consistent with the prior 2 character length value.
2024-01-04 10:12:17 -08:00
..
Admin Update (Profiles) Edit.razor to fix breaking changes 2024-01-04 10:12:17 -08:00
Controls add an AllowRichText parameter to the RichTextEditor component and add logic to handle JS Interop failures 2023-12-20 16:58:46 -05:00
HtmlText rollback #3125 and localize module component Title using LocalizerFactory 2023-08-17 07:56:39 -04:00
IModule.cs rolled back change creating an Infrastructure.Interfaces namespace, modified IModule interface to be strongly typed (#343) 2020-04-05 14:39:08 -04:00
MessageType.cs Fixed build warnings related to ModuleMessage component changes 2020-10-05 09:11:47 -04:00
ModuleBase.cs Clear Module Message Proir To Adding A Message To UI 2023-12-29 12:49:49 -08:00
ModuleControlBase.cs added ModuleControlBase 2020-06-25 09:31:21 -04:00