Coder Social home page Coder Social logo

redpill-linpro / alfresco-listmanager Goto Github PK

View Code? Open in Web Editor NEW

This project forked from acando/alfresco-listmanager

13.0 13.0 6.0 289 KB

Component used to manage custom list of values used in metadata forms.

JavaScript 53.57% Java 5.18% CSS 14.93% FreeMarker 26.32%

alfresco-listmanager's People

Contributors

bforest avatar billerby avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

alfresco-listmanager's Issues

List is not displayed in IE

The list is empty in IE 11. Following javascript error is captured in the console

Unable to get property 'value' of undefined or null reference
File: bubbling.v2.1_5a671b93e806ea64b41f915cf6147232.js, Line: 1, Column: 3178

Below is the line.

r.value=r.select[r.select.selectedIndex].value;r.rel=r.select.getAttribute("rel")}}}}

Admin user can see options but any user cannot see it

Hello, we are working to use this List Manager add-on to be able to update pull list in share. We implemented this add-on in DEV and worked fine. We tried to implement this is our TEST and QA environment and we are experience the issue that the list items show up when you login as a admin but when any other users tries to see the list items the pulldown is blink.

Please provide direct link to download amp and jar

We are stuck with downloading alfresco-sdk-parent in our work environment. It will be great if you can provide direct link to download the amp and jar files required. Not able to find on the internet.

alphabetical sort

hello,

i have done a version of the listmanager with alphabetical sort if you want i push that in github.

it's a very small modification. let me know :)

and Thanks a lot for your work by the way.

list manager jar

List manager is not displayed in share UI if we place the listmanager jar into tomcat/shared/classes. It is shown only when we place the jar into /tomcat/endorsed

Lists disappear after upgrading from 4.1.4 to 4.1.7

This is a continuation of the issue reported at the master repo: https://github.com/acando/alfresco-listmanager/issues/11

I ran the query in the javascript console with Solr and came back with these results:

null (cm:thumbnail): workspace://version2Store/645e847f-e7ae-40e6-8fbe-e110b88c4b6c
demoIndustry_value (cm:folder): workspace://SpacesStore/3fa1b55f-8784-4b96-bec7-971868f3585e
null (cm:content): workspace://version2Store/57a75e1b-0f32-44d0-8694-1edd406c640f
demoConfidential_value (cm:folder): workspace://SpacesStore/7aa99d20-60ad-4f12-b188-ef090f7f58aa
demoSFTeam_value (cm:folder): workspace://SpacesStore/fd1947bf-391f-4867-9382-45f951f394bf
demoSFversion_value (cm:folder): workspace://SpacesStore/34713897-dee5-4c13-999b-d97045265db3
null (cm:thumbnail): workspace://SpacesStore/1590067c-cc0b-420c-8082-9755a431ff56
scLanguage_value (cm:folder): workspace://SpacesStore/199ddc41-43d6-4f0c-a821-ce5a98f46057
scCategory_value (cm:folder): workspace://SpacesStore/34d7e745-2056-49bf-b911-5bda4e251fd7

Looking up the null items, The first two are versions for a document in a site while the last is a thumbnail for an image in another. I have no idea why these are coming up in the results. If I execute the same query with Lucene I do not get the null items in the results.

Edit For comparison, results from the 4.1.4 Production environment:

null (cm:folder): workspace://SpacesStore/3fa1b55f-8784-4b96-bec7-971868f3585e
null (cm:folder): workspace://SpacesStore/7aa99d20-60ad-4f12-b188-ef090f7f58aa
null (cm:folder): workspace://SpacesStore/fd1947bf-391f-4867-9382-45f951f394bf
null (cm:folder): workspace://SpacesStore/34713897-dee5-4c13-999b-d97045265db3
null (cm:folder): workspace://SpacesStore/199ddc41-43d6-4f0c-a821-ce5a98f46057
null (cm:folder): workspace://SpacesStore/34d7e745-2056-49bf-b911-5bda4e251fd7

Exception

Got the below exception when starting alfresco.

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'patch.migrateFromNameToTitlePatch' defined in class path resource [alfresco/module/listmanager-amp/context/service-context.xml]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'targetSchema' threw exception; nested exception is java.lang.IllegalArgumentException: 'targetSchema' must be greater than 'fixesToSchema'.

Fixed it by randomly changing the value of fixesToSchema to 1(instead of {version.schema}). Is that correct?

customselectmany.ftl does not work

Hi,
We tried to use the list manager to manage list of keywords. We were able to select multiple keywords and save the content. However when we go to the edit screen of the alfresco content, the selected values are not highlighted.
If i select a single value, it shows as selected but if we select multiple values, none of the value is shown as selected i.e. the selected values are not shown in the edit screen.

How to promote the added list from one environment to another

We have a list of keywords. We are trying to use the list manager to manage the keywords list. Is there a way to promote the list from one environment to another?
For example, business user will create the keywords in Dev and want it to be moved to QA and Prod.

Issue while creating list

Not able to add a new list throws error.
Below error is found in javascript console.
list

Javascript error:
list1

Could you please add repository information to readme file?

I was surprised that alfresco-listmanager is not present in maven central repository. And very surprosed when I have looked at sources and saw that it actually published to redpill-linpro-releases. Could you please add information about repositories to readme file? Such information very usefull and save time when try to include this addon into existing maven project.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.