Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed error due to new use of path in the export of lists #2717

Merged

Conversation

CPAlejandro
Copy link
Contributor

@CPAlejandro CPAlejandro commented Dec 30, 2020

Hi team, we resolve the issue #2692 with this steps:

  • We change path to relative_dirname and filename (which is the new way to use it) and instead of concatenating name, we pass another filter passing this name to filename

@CPAlejandro CPAlejandro added this to the Sprint 121 - WUI milestone Dec 30, 2020
@CPAlejandro CPAlejandro self-assigned this Dec 30, 2020
@Desvelao Desvelao added the type/bug Bug issue label Dec 30, 2020
name: 'path',
value: `${path}/${name}`
name: 'relative_dirname',
value: `${path}`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you don't need to interpolate any variable into the string, you can set the variable as value object key.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, I have applied your advice. Thank you!

Copy link
Member

@Desvelao Desvelao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Copy link
Contributor

@frankeros frankeros left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@frankeros frankeros merged commit 0a08203 into 4.0-7.9 Jan 4, 2021
@frankeros frankeros deleted the feature/2692-Error-500-on-Export-formatted-CDB-list branch January 4, 2021 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Bug issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants