Rename "modified" event type to "object modified"
For clarification.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
|
||||
<link rel="stylesheet" type="text/css" href="assets/css/csvxml.min.css?68ac76b69ec67" />
|
||||
<link rel="stylesheet" type="text/css" href="assets/css/csvxml.min.css?68ac76e3a9d51" />
|
||||
<link rel="manifest" href="/manifest.json" />
|
||||
<meta name="theme-color" content="#aa4400" />
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
</head>
|
||||
<body class="loading">
|
||||
|
||||
<script src="assets/js/csvxmlV2.min.js?68ac76b69ec69" type="text/javascript" async></script>
|
||||
<script src="assets/js/csvxmlV2.min.js?68ac76e3a9d52" type="text/javascript" async></script>
|
||||
|
||||
</body>
|
||||
</html>
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1424,7 +1424,7 @@ final class CsvxmlAvailableFields {
|
||||
55 => 'mentioned_time',
|
||||
56 => 'received_ownership',
|
||||
57 => 'transferred_ownership',
|
||||
58 => 'modified',
|
||||
58 => 'object_modified',
|
||||
];
|
||||
|
||||
foreach ($eventNamesByType as $eventType => $eventIdentifierCsvxml) {
|
||||
|
Reference in New Issue
Block a user