mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-12 12:33:07 +00:00
fixed list element tests
This commit is contained in:
@@ -24,6 +24,7 @@ export class Community extends DSpaceObject {
|
||||
* Corresponds to the metadata field dc.description.abstract
|
||||
*/
|
||||
get shortDescription(): string {
|
||||
debugger;
|
||||
return this.findMetadata('dc.description.abstract');
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user