View Issue Details

IDProjectCategoryView StatusLast Update
0034677mantisbtbugtrackerpublic2024-10-03 08:03
Reporteramphetamine Assigned Todregad  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionduplicate 
Product Version2.26.3 
Summary0034677: User documentation URL is wrong
Description

$g_enable_project_documentation = ON;

User documentation tab point to http://www.mantisbt.org/documentation.php

once upload a file, the Project Name field is empty

TagsNo tags attached.
Attached Files
wrong URL.png (20,269 bytes)   
wrong URL.png (20,269 bytes)   

Relationships

duplicate of 0032557 closeddregad Can not set full URL to $g_manual_url in config_inc.php 

Activities

dregad

dregad

2024-09-20 08:52

developer   ~0069246

User documentation tab point to http://www.mantisbt.org/documentation.php

This is a default value, which is set when the local documentation (as specified in $g_manual_url) is not available.

The problem with absolute URLs not working is a known issue (see 0032557), so I'll close this as duplicate.

once upload a file, the Project Name field is empty

The Project name is only shown if different from the current project.

If you have "global" docs (i.e. uploaded when current project is All Projects), then this would be shown here.

If the current project is All Projects then all project names are shown.

This works as designed.