Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show subtasks effort in detail view #755

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Conversation

poucz
Copy link
Contributor

@poucz poucz commented Sep 10, 2020

No description provided.

client ->https-> proxy-server ->http-> flyspray-server
generated links is not correct (generated protocol is http instead https).
On proxy server apache we can modify config file:'RequestHeader set X-Forwarded-Proto https'
@peterdd
Copy link
Member

peterdd commented Aug 6, 2021

Could you please make 2 separate pull requests?

The proxy stuff is a separate issue I would like to be handled separately (there are similiar requests on bugs.flyspray.org)

@@ -390,6 +395,11 @@ public static function getTaskDetails($task_id, $cache_enabled = false)
$get_details['assigned_to_name'] = $assignees[1];
}

global $proj;
if($proj->prefs['use_effort_tracking']){
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We cannot use the global $proj in function getTaskDetails(). It is necessary to use the project_id of task and then check if that project has use_effort_tracking set.

Flyspray verze 1.0-rc10
@Neustradamus
Copy link
Member

@poucz: Have you progressed on this PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants