Fossil SCM
Rename artifact type "event" to "technote" in artifact_to_json().
Commit
b9fb4039e25abc9d8350f066b58621b594044487fa3bad143ff0a1f189f6e442
Parent
7f82b38088ca748…
1 file changed
+1
-1
+1
-1
| --- src/manifest.c | ||
| +++ src/manifest.c | ||
| @@ -2927,11 +2927,11 @@ | ||
| 2927 | 2927 | case CFTYPE_CLUSTER: return "cluster"; |
| 2928 | 2928 | case CFTYPE_CONTROL: return "tag"; |
| 2929 | 2929 | case CFTYPE_WIKI: return "wiki"; |
| 2930 | 2930 | case CFTYPE_TICKET: return "ticket"; |
| 2931 | 2931 | case CFTYPE_ATTACHMENT: return "attachment"; |
| 2932 | - case CFTYPE_EVENT: return "event"; | |
| 2932 | + case CFTYPE_EVENT: return "technote"; | |
| 2933 | 2933 | case CFTYPE_FORUM: return "forumpost"; |
| 2934 | 2934 | } |
| 2935 | 2935 | return NULL; |
| 2936 | 2936 | } |
| 2937 | 2937 | |
| 2938 | 2938 |
| --- src/manifest.c | |
| +++ src/manifest.c | |
| @@ -2927,11 +2927,11 @@ | |
| 2927 | case CFTYPE_CLUSTER: return "cluster"; |
| 2928 | case CFTYPE_CONTROL: return "tag"; |
| 2929 | case CFTYPE_WIKI: return "wiki"; |
| 2930 | case CFTYPE_TICKET: return "ticket"; |
| 2931 | case CFTYPE_ATTACHMENT: return "attachment"; |
| 2932 | case CFTYPE_EVENT: return "event"; |
| 2933 | case CFTYPE_FORUM: return "forumpost"; |
| 2934 | } |
| 2935 | return NULL; |
| 2936 | } |
| 2937 | |
| 2938 |
| --- src/manifest.c | |
| +++ src/manifest.c | |
| @@ -2927,11 +2927,11 @@ | |
| 2927 | case CFTYPE_CLUSTER: return "cluster"; |
| 2928 | case CFTYPE_CONTROL: return "tag"; |
| 2929 | case CFTYPE_WIKI: return "wiki"; |
| 2930 | case CFTYPE_TICKET: return "ticket"; |
| 2931 | case CFTYPE_ATTACHMENT: return "attachment"; |
| 2932 | case CFTYPE_EVENT: return "technote"; |
| 2933 | case CFTYPE_FORUM: return "forumpost"; |
| 2934 | } |
| 2935 | return NULL; |
| 2936 | } |
| 2937 | |
| 2938 |