mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
#9 Unit tests
This commit is contained in:
@@ -30,7 +30,7 @@ export class ContentColumnList {
|
||||
}
|
||||
|
||||
registerColumn(column: ContentColumnModel) {
|
||||
if (column) {
|
||||
if (this.documentList && column) {
|
||||
this.documentList.columns.push(column);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user