プロジェクト

全般

プロフィール

Vote #73489

完了

Repository tree can't handle two loading at once

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

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

0%

予定工数:
category_id:
3
version_id:
74
issue_org_id:
13348
author_id:
68541
assigned_to_id:
0
comments:
5
status_id:
5
tracker_id:
1
plus1:
0
affected_version:
closed_on:
affected_version_id:
ステータス-->[Closed]

説明

On the Repository page I click [+] near the @trunk@ folder and while loading is processing I click [+] near @branches@. After both loadings are finished I have this:

branches
|-branch1
|-branch2
|-file1
`-file2
tags
trunk

instead of this:

branches
|-branch1
`-branch2
tags
trunk
|-file1
`-file2

As you can see, loading result appeared in the last chosen folder, not in the appropriate one.


journals

--------------------------------------------------------------------------------
Looks like we just use global variable instead of local one:

<pre>
function scmEntryClick(id, url) {
- el = $('#'+id);
+ var el = $('#'+id);
if (el.hasClass('open')) {
collapseScmEntry(id);
el.addClass('collapsed');
</pre>

Patch included.
--------------------------------------------------------------------------------

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

--------------------------------------------------------------------------------
Committed in trunk r12274, 2.3-stable r12275 and 2.4-stable r12276, thanks.
--------------------------------------------------------------------------------

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

  • カテゴリSCM_3 にセット
  • 対象バージョン2.3.4_74 にセット

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

いいね!0
いいね!0