Skip to content
Snippets Groups Projects
Unverified Commit 89ae166d authored by Anton Kulyk's avatar Anton Kulyk Committed by GitHub
Browse files

Remove `metadata_checksum` from the frontend (#20261)

parent bbb91a56
No related branches found
No related tags found
No related merge requests found
......@@ -1000,11 +1000,9 @@ export default class Question {
setResultsMetadata(resultsMetadata) {
const metadataColumns = resultsMetadata && resultsMetadata.columns;
const metadataChecksum = resultsMetadata && resultsMetadata.checksum;
return this.setCard({
...this.card(),
result_metadata: metadataColumns,
metadata_checksum: metadataChecksum,
});
}
......
......@@ -100,7 +100,6 @@ const Questions = createEntity({
"collection_id",
"collection_position",
"result_metadata",
"metadata_checksum",
],
getAnalyticsMetadata([object], { action }, getState) {
......
......@@ -269,7 +269,6 @@ const createQuestion = () =>
visualization_settings: {},
collection_id: null,
result_metadata: null,
metadata_checksum: null,
});
const createDashboard = () =>
......
......@@ -114,7 +114,6 @@ const millisecondCard = {
},
],
results_metadata: {
checksum: "H2XV8wuuBkFrxukvDt+Ehw==",
columns: [
{
base_type: "type/BigInteger",
......@@ -292,7 +291,6 @@ const dateTimeCard = {
},
],
results_metadata: {
checksum: "XIqamTTUJ9nbWlTwKc8Bpg==",
columns: [
{
base_type: "type/DateTime",
......@@ -424,7 +422,6 @@ const numberCard = {
},
],
results_metadata: {
checksum: "jTfxUHHttR31J8lQBqJ/EA==",
columns: [
{
base_type: "type/Integer",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment