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

Not able to select space while running js-console project as an amp dependency in SDK 3 share and repo #84

Open
ghost opened this issue Jan 29, 2018 · 2 comments

Comments

@ghost
Copy link

ghost commented Jan 29, 2018

Hi,

While trying to select space from the Javacsript Console page I am not able to load the Destination Folder in the pop after clicking on Select... button.

I can see the following error in the dev console

TypeError: Alfresco.CommonComponentStyleFilterChain is not a constructor

After cloning and building the amps for the js-console share and repo project I defined the js-console project amps dependencies in my share and repo SDK 3 project.

Below is how I am defining the amp dependency in the share and repo poms

Share/pom.xml

                    _<moduleDependency>
                        <groupId>de.fmaul</groupId>
                        <artifactId>javascript-console-share</artifactId>
                        <version>0.7-SNAPSHOT</version>
                        <type>amp</type>
                    </moduleDependency>_

Repo/pom.xml

                    _<moduleDependency>
                        <groupId>de.fmaul</groupId>
                        <artifactId>javascript-console-repo</artifactId>
                        <version>0.7-SNAPSHOT</version>
                        <type>amp</type>
                    </moduleDependency>_
@enribar
Copy link
Contributor

enribar commented Feb 2, 2018

Take a look at #80 (comment) is it the same issue?

@ghost
Copy link
Author

ghost commented Feb 2, 2018

Hi,

It seems to be a same issue. I will try the solution provided and let you know.

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

No branches or pull requests

1 participant