Skip to content
Snippets Groups Projects
Unverified Commit c2d18c89 authored by john-metabase's avatar john-metabase Committed by GitHub
Browse files

Removes action_id from v1 dump. Resolves #29528 (#29541)

parent b653ce11
Branches
Tags
No related merge requests found
......@@ -103,7 +103,7 @@
[entity]
(cond-> (dissoc entity :id :creator_id :created_at :updated_at :db_id :location
:dashboard_id :fields_hash :personal_owner_id :made_public_by_id :collection_id
:pulse_id :result_metadata :entity_id)
:pulse_id :result_metadata :entity_id :action_id)
(some #(instance? % entity) (map type [Metric Field Segment])) (dissoc :table_id)))
(defmulti ^:private serialize-one
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment