Rename "modified" event type to "object modified"

For clarification.
This commit is contained in:
2025-08-25 16:44:55 +02:00
parent f384a1acbc
commit bc65ddc4d7
7 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/> <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" /> <link rel="manifest" href="/manifest.json" />
<meta name="theme-color" content="#aa4400" /> <meta name="theme-color" content="#aa4400" />
@@ -27,7 +27,7 @@
</head> </head>
<body class="loading"> <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> </body>
</html> </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
+1 -1
View File
@@ -1424,7 +1424,7 @@ final class CsvxmlAvailableFields {
55 => 'mentioned_time', 55 => 'mentioned_time',
56 => 'received_ownership', 56 => 'received_ownership',
57 => 'transferred_ownership', 57 => 'transferred_ownership',
58 => 'modified', 58 => 'object_modified',
]; ];
foreach ($eventNamesByType as $eventType => $eventIdentifierCsvxml) { foreach ($eventNamesByType as $eventType => $eventIdentifierCsvxml) {