mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
[TLC-254] Tidy up some unhelpful comments in typeBind service
This commit is contained in:
@@ -78,9 +78,9 @@ export class DsDynamicTypeBindRelationService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return true if the type bind relation (eg. {MATCH_VISIBLE, OR, ['book', 'book part']}) matches the value in
|
* Return false if the type bind relation (eg. {MATCH_VISIBLE, OR, ['book', 'book part']}) matches the value in
|
||||||
* matcher.match (or matcher.opposingMatch? not sure what that is), which in this case would be the current dc.type
|
* matcher.match or true if the opposite match. Since this is called with regard to actively *hiding* a form
|
||||||
* of the submission item
|
* component, the negation of the comparison is returned.
|
||||||
* @param relation type bind relation (eg. {MATCH_VISIBLE, OR, ['book', 'book part']})
|
* @param relation type bind relation (eg. {MATCH_VISIBLE, OR, ['book', 'book part']})
|
||||||
* @param matcher contains 'match' value and an onChange() event listener
|
* @param matcher contains 'match' value and an onChange() event listener
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user