This repository was archived by the owner on Sep 20, 2023. It is now read-only.
Commit 90cc726
Fix pushing Issues VC when user taps on username in referenced issues (#2766)
* mark issue title & number with MarkdownAttribute.issue, set IssueDetailsModel as value
* delegate MarkdownStyledTextView taps to IssueReferencedSectionController
* don't mark issue title & number with markdown attribute, allow issues to go through didSelectItem flow
* swap switch for if/else
* use the result of handle(attribute:) to set shouldShowIssueOnItemSelection1 parent dbb5603 commit 90cc726
File tree
1 file changed
+17
-2
lines changed- Classes/Issues/Referenced
1 file changed
+17
-2
lines changedLines changed: 17 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
36 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
37 | 43 | | |
38 | 44 | | |
39 | 45 | | |
40 | 46 | | |
41 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
42 | 57 | | |
0 commit comments