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

How to import DFI not from /src/dfi folder #429

Open
evshvarov opened this issue Jul 12, 2024 · 1 comment
Open

How to import DFI not from /src/dfi folder #429

evshvarov opened this issue Jul 12, 2024 · 1 comment
Labels
question Further information is requested

Comments

@evshvarov
Copy link

If I don't use the Directory clause for DFI resources git-source-control exports to:

/src/folder/name.dashboard.xml

Consider the following module.xml.
How can I describe resources so it can load/install DFI documents (pivots/dashboards) not from /src/dfi/Covid19 folder but from /src/Covid19?

It looks like that now IPM ignores DFI documents if they are not in /src/dfi folder

@isc-tleavitt isc-tleavitt added the question Further information is requested label Aug 2, 2024
@isc-tleavitt
Copy link
Collaborator

The original HS package manager was very prescriptive on the mapping of server document name to filename. IPM is less so for the sake of convenience, but it messes with source control a bit. (That is, it'll look for the same document in a few different possible places and load from wherever it's found.)

Bottom line, I'd expect the correct combination of Directory, FilenameTranslateAssociator, and FilenameTranslateIdentifier attributes on the .DFI resources to clear things up. Leaving this open to play with the sample use case a bit at some point when I have bandwidth.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants