objectManager: Add support for hiding the reject button, use it for buglinks
This commit is contained in:
committed by
Chris Morgan
parent
e70383def8
commit
f2e17d3af3
@@ -482,6 +482,11 @@ class Bug
|
||||
echo $oTable->GetString();
|
||||
}
|
||||
|
||||
function objectHideReject()
|
||||
{
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
// NOTE: we don't have any editing support for this entry at this time
|
||||
// so output the entry and a field to identify the bug id
|
||||
function outputEditor()
|
||||
|
||||
Reference in New Issue
Block a user