Forum

Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.

Better usage of the...
 
Notifications
Clear all

Better usage of the system directAccess functionality throughout

2 Posts
2 Users
0 Reactions
3,494 Views
(@rexeh)
Posts: 85
Active Member
Topic starter
 
[#1251]

This should be used as much as possible in any generated element...

An example edit to VersionDetail produces a much more interactive report than the static one currently produced:

echo '

' . i18n(get_class($item)) . ' #' . '' . $item->id . '' . '

';

This also applies to things like tickets with linked elements, currently you have to manually change your project (sometimes) then go to tickets and search for the ID to get more detail on what the linked element is... then go back to your original ticket.


 
Posted : 09 Jul 2013 17H57
babynus
(@babynus)
Posts: 14957
Main Contributor Admin
 

This can be done.
On most screens, this direct access works fine. 😉

But at first, reports were designed only for static view, to be printed.
Sure I will not go into a global redesign of all reports... :blink:

This also applies to things like tickets with linked elements, currently you have to manually change your project (sometimes) then go to tickets and search for the ID to get more detail on what the linked element is... then go back to your original ticket.

Direct link to liked item already works.
For selectoin, in most case you get a "detail" button (magnifying glass) to select item from list and if you have rights optionnaly create new ones.


 
Posted : 10 Jul 2013 2H13
Share:

Scroll to Top