General discussion and support

Description

This forum is obsolete and kept for archival purposes only. Please report bugs and feature requests on GitHub.

About Project Admin Privileges

Submitted by meiji00 on

Here's the thing, I want when I'm adding an issue is that some attributes are hidden when the user is only a project member, but I want is when I'm the project administrator all the hidden attributes are bow visible.
I've already accomplished it in some pages but I still get stuck when in adding an issue.

the code is

Hiding an attribute in http://localhost/WebIssue/client/issues/editissue.php

Submitted by meiji00 on

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

Desktop Client cannot connect to server

Submitted by toni.ann on

Hello, i am having a problem with the desktop client application, upon connection it says "Connection could not be opened. Server returned an invalid response."
We can connect using the browser though. The desktop client worked fine last week and we did not change any setting on our server nor did any upgrade. Any ideas?

Thanks,
Toni