mirror of
				https://github.com/esiur/esiur-dart.git
				synced 2025-10-30 23:31:36 +00:00 
			
		
		
		
	TemplateType.Wrapper Removed
This commit is contained in:
		| @@ -2782,8 +2782,8 @@ class DistributedConnection extends NetworkConnection with IStore { | ||||
|  | ||||
|         if (resource == null) { | ||||
|           template = | ||||
|               Warehouse.getTemplateByClassId(classId, TemplateType.Wrapper); | ||||
|           if (template?.definedType != null) { | ||||
|               Warehouse.getTemplateByClassId(classId, TemplateType.Resource); | ||||
|           if (template?.definedType != null && (template?.isWrapper ?? false)) { | ||||
|             dr = Warehouse.createInstance(template?.definedType as Type); | ||||
|             dr.internal_init(this, id, rt[1] as int, rt[2] as String); | ||||
|           } else { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user