I want to hide some attributes in http://localhost/WebIssue/client/issues/editissue.php
I've already successfully hidden some attributes when I'm adding an issue, i just made some modification on typemanager.inc.php
<?php
$query = 'SELECT attr_id, attr_name, attr_def FROM {attr_types} WHERE type_id = %d AND attr_id <> 25 ORDER BY attr_name COLLATE LOCALE';
?>
But where can I find this code in the editissue.php?
OR
I want to hide or remove the Edit Attributes Link and its Image.
Where can I find the html code of this?
Thanks in advanced.
- Log in to post comments
To hide an attribute when editing an issue, modify getAllAttributeValuesForIssue in system/api/issuemanager.inc.php.
At the bottom of client/issuedetails.inc.php you can find the code which adds links to the toolbar.
Regards,
Michał
Rovy Ray Perlas
Thanks but Ive already got that one, and I didn't have to hide the toolbar anymore, I just set it that if it is a regular user it is invisible, but lastly my only problem now is this, webissues.mimec.org/node/521
Thanks in advanced.