Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 23eaa28

Browse filesBrowse files
committed
任务动态 - 标签更改不正正常显示的 Bug
1 parent dc49248 commit 23eaa28
Copy full SHA for 23eaa28

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree

43 files changed

+55
-1714
lines changed
Open diff view settings
Collapse file

‎Coding_iOS.xcodeproj/project.pbxproj‎

Copy file name to clipboardExpand all lines: Coding_iOS.xcodeproj/project.pbxproj
+48-45Lines changed: 48 additions & 45 deletions
Large diffs are not rendered by default.
Collapse file

‎Coding_iOS/.DS_Store‎

Copy file name to clipboard
0 Bytes
Binary file not shown.
Collapse file

‎Coding_iOS/Models/ProjectActivity.h‎

Copy file name to clipboardExpand all lines: Coding_iOS/Models/ProjectActivity.h
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#import "Projects.h"
1414
#import "FileComment.h"
1515
#import "ProjectFile.h"
16+
#import "ProjectTag.h"
1617

1718
@class Task;
1819
@class ProjectTopic;
@@ -29,7 +30,7 @@
2930
@property (readwrite, nonatomic, strong) File *file;
3031
@property (readwrite, nonatomic, strong) QcTask *qc_task;
3132
@property (readwrite, nonatomic, strong) Depot *depot, *source_depot;
32-
@property (readwrite, nonatomic, strong) NSMutableArray *commits;
33+
@property (readwrite, nonatomic, strong) NSMutableArray *commits, *labels;
3334
@property (readwrite, nonatomic, strong) NSDictionary *propertyArrayMap;
3435
@property (readwrite, nonatomic, strong) ProjectLineNoteActivity *line_note;
3536
@property (strong, nonatomic) Commit *commit;
Collapse file

‎Coding_iOS/Models/ProjectActivity.m‎

Copy file name to clipboardExpand all lines: Coding_iOS/Models/ProjectActivity.m
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ - (instancetype)init
1515
{
1616
self = [super init];
1717
if (self) {
18-
_propertyArrayMap = [NSDictionary dictionaryWithObjectsAndKeys:
19-
@"Commit", @"commits", nil];
18+
_propertyArrayMap = @{@"commits": @"Commit",
19+
@"labels": @"ProjectTag",
20+
};
2021
_actionMediaItems = [[NSMutableArray alloc] init];
2122
_contentMediaItems = [[NSMutableArray alloc] init];
2223
}
Collapse file

‎Coding_iOS/Vendor/UMSocial_Sdk_4.2.3_Extra/SinaSSO/UMSocialSinaSSOHandler.h‎

Copy file name to clipboardExpand all lines: Coding_iOS/Vendor/UMSocial_Sdk_4.2.3_Extra/SinaSSO/UMSocialSinaSSOHandler.h
-25Lines changed: 0 additions & 25 deletions
This file was deleted.
Collapse file

‎Coding_iOS/Vendor/UMSocial_Sdk_4.2.3_Extra/SinaSSO/WBHttpRequest+WeiboShare.h‎

Copy file name to clipboardExpand all lines: Coding_iOS/Vendor/UMSocial_Sdk_4.2.3_Extra/SinaSSO/WBHttpRequest+WeiboShare.h
-93Lines changed: 0 additions & 93 deletions
This file was deleted.
Collapse file

‎Coding_iOS/Vendor/UMSocial_Sdk_4.2.3_Extra/SinaSSO/WBHttpRequest+WeiboToken.h‎

Copy file name to clipboardExpand all lines: Coding_iOS/Vendor/UMSocial_Sdk_4.2.3_Extra/SinaSSO/WBHttpRequest+WeiboToken.h
-30Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.