mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-18 12:30:02 +02:00
Fix bugs in attribute inheritance
This commit is contained in:
@@ -168,7 +168,7 @@ export class ClassWithAttributes
|
||||
|
||||
for(let i = class_tree.length - 1; i >= 0; i--)
|
||||
{
|
||||
attributes = ClassWithAttributes.extendAttributes(attributes,class_tree[i]._attributes);
|
||||
attributes = ClassWithAttributes.extendAttributes(class_tree[i]._attributes,attributes);
|
||||
}
|
||||
return attributes;
|
||||
}
|
||||
|
Reference in New Issue
Block a user