Ellenőrző lap mdosíthatósága
This commit is contained in:
@@ -17,8 +17,12 @@ namespace WorkFlowCheck.Web.Helpers
|
||||
|
||||
string dataType = GetDataTypeString(type);
|
||||
output.Attributes.SetAttribute("data-type", dataType);
|
||||
|
||||
// 🔥 EZ HIÁNYZIK → Rakd be!
|
||||
output.Attributes.RemoveAll("asp-for-datatype");
|
||||
}
|
||||
|
||||
|
||||
private string GetDataTypeString(Type type)
|
||||
{
|
||||
// Nullable<T> esetén nyerjük ki az alaptípust
|
||||
|
||||
Reference in New Issue
Block a user