プロジェクト

全般

プロフィール

Vote #73128

完了

Useless "edit" link in workflow menu

Admin Redmine さんが3年以上前に追加. 3年以上前に更新.

ステータス:
Closed
優先度:
通常
担当者:
-
カテゴリ:
UI_10
対象バージョン:
開始日:
2022/05/09
期日:
進捗率:

0%

予定工数:
category_id:
10
version_id:
70
issue_org_id:
12824
author_id:
61731
assigned_to_id:
1
comments:
7
status_id:
5
tracker_id:
1
plus1:
0
affected_version:
closed_on:
affected_version_id:
63
ステータス-->[Closed]

説明

Hi,

there is a useless link in the topmenu of the workflow section. I can click on "edit" even if I need to choose the "edit" button after some role and tracker selection. This edit button just leads me back on the same page.

Best regards,
Daniel


journals

--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
Maybe this time this would find its way in the next minor release.
--------------------------------------------------------------------------------
Should we only show Copy and Summary links when editing, only Edit and Summary links when copying and Edit and Copy links on the summary? I've tried and don't really like the way the menu changes when clicking its items.
--------------------------------------------------------------------------------
What about deactivating those menu items. Something like grey them out? This would let the menu look the same on each link, but prevent the user from clicking edit if he is already in the edit mode.

Some idea how to use this could be the pointer-events setting in CSS.
See: http://css-tricks.com/pointer-events-current-nav/

There is just one regression: http://caniuse.com/#search=pointer-events
The IE support is not given.

Another idea would be to add this to the active menu item: onclick="return false"
Or just a jQuery function:
>$(".currentMenu").click(function(){
> return false;
>});

Which suggests, that the current menu item get another class.

Maybe this idea is helpful.
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
Fixed in r12004 using another approach (similar to what was already done for trackers).
--------------------------------------------------------------------------------


related_issues

relates,Reopened,2414,'Add News Button' in 'Add news'

Admin Redmine さんが3年以上前に更新

  • カテゴリUI_10 にセット
  • 対象バージョン2.4.0_70 にセット

他の形式にエクスポート: Atom PDF

いいね!0
いいね!0