mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-09 02:54:13 +00:00
[CST-9636] WIP Create unit tests
This commit is contained in:
@@ -65,6 +65,11 @@ export class AccessControlFormContainerComponent<T extends DSpaceObject> impleme
|
||||
* Will be used from a parent component to read the value of the form
|
||||
*/
|
||||
getFormValue() {
|
||||
console.log({
|
||||
bitstream: this.bitstreamAccessCmp.getValue(),
|
||||
item: this.itemAccessCmp.getValue(),
|
||||
state: this.state
|
||||
});
|
||||
return {
|
||||
bitstream: this.bitstreamAccessCmp.getValue(),
|
||||
item: this.itemAccessCmp.getValue(),
|
||||
|
Reference in New Issue
Block a user