Skip to content

Commit d712ec4

Browse files
author
gdgate
authored
Merge pull request #1099 from Hahihula/TMA-691
TMA-691 changed output to human readable part of colect data product action Reviewed-by: Jan Zdráhal https://github.com/panjan
2 parents 857b730 + 4c36f1f commit d712ec4

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,6 @@ Gemfile.lock
3636
# Temp files
3737
tmp/
3838
junit.xml
39+
40+
# autogenerated file
41+
deprecations.txt

lib/gooddata/lcm/actions/collect_data_product.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def call(params)
4040
data_product = domain.data_products(data_product_id)
4141
results = [
4242
{
43-
data_product: data_product
43+
data_product: data_product_id
4444
}
4545
]
4646

0 commit comments

Comments
 (0)