File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
packages/data/src/resource-config Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ import Resource from 'ec.sdk/lib/resources/Resource';
5
5
import { CrudConfig } from '../crud/crud-config.interface' ;
6
6
import { AdminEntryInputComponent } from '../entry-form/admin-entry-input.component' ;
7
7
import { TypeConfigService } from '../model-config/type-config.service' ;
8
+ import { DefaultInputComponent } from '../../../../node_modules/@ec.components/ui' ;
8
9
9
10
@Injectable ( )
10
11
/** Contains default configurations for all kinds of resources. Used by ResourceList and ResourceForm. */
@@ -608,13 +609,14 @@ export class ResourceConfig {
608
609
fields : {
609
610
name : {
610
611
label : this . symbol . resolve ( 'field.label.name' ) ,
612
+ view : 'string'
611
613
} ,
612
614
permissions : {
613
615
view : 'tags' ,
614
616
display : ( value ) => value || [ ] ,
615
617
list : false
616
618
} ,
617
- created : this . created ( this . symbol . resolve ( 'field.label.created' ) , this . symbol ) ,
619
+ /* created: this.created(this.symbol.resolve('field.label.created'), this.symbol), */
618
620
}
619
621
}
620
622
}
You can’t perform that action at this time.
0 commit comments