Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

davidjgonzalezz
davidjgonzalezz
Offline

Badges

Badges
18

Accepted Solutions

Accepted Solutions
16

Likes Received

Likes Received
46

Posts

Posts
54

Discussions

Discussions
10

Questions

Questions
44

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by davidjgonzalezz
Customize the badges you want to showcase on your profile
Re: What controls the order of new assets in card view fo... - Adobe Experience Manager Assets 20-10-2020
Ah - so it sounds like your query is specifically about the Link Share card listing (which has a completely different implementation than the "normal" Assets Files view listing) .. it might be worth to update your Post title to reflect that. The Link Share view, by default, lists assets in their "natural" order - it basically iterates over all the assets in a folder and displays them IN that order (for card view).If you add: ...&sortDir=desc&sortName=created to the folder URL you can force a sor...

Views

679

Like

1

Replies

0
Re: Workflow Multi approval Issue - Adobe Experience Manager Assets 19-10-2020
Have you thought about creating a 3rd organizational User Group in AEM that has Group1 and Group 2 as its members and assigning the approval that anyone in *that* group? I'm not clear as to why you are creating a Group 1 and Group 2 distinction in the context of this workflow, based on what you said, only 1 person from either group needs to approve: "If member of group [1] approves first, then workflow should not wait for group[2] approval vice versa if member of group[2] approves first, workflo...

Views

689

Like

1

Replies

3
Re: What controls the order of new assets in card view fo... - Adobe Experience Manager Assets 19-10-2020
Technically the query that is run to collect the results in the card view of an assets folder is: /jcr:root/content/dam/example/* order by @jcr:created descending This means assets are sorted by the dam:Asset's jcr:created property in descending order. Is it possible you are MOVING assets from one folder in AEM assets to another? Doing this does not change the moved asset's jcr:created date which might make it appear "older" than what you'd expect. Can you check the jcr:created dates on some of ...

Views

975

Like

1

Replies

5
Re: No OSGi SCR metadata found - Adobe Experience Manager 29-11-2018
To resolve the No OSGi SCR metadata found error, you need to follow the instructions here: Apache Felix - Apache Felix Bundle Plugin Frequently Asked Questions

Views

5.2K

Like

1

Replies

0
Re: Customize Asset share commons - Adobe Experience Manager 27-02-2018
Hi!First a quick correction; Asset Share Commons [1] is not a Feature Pack but rather an open source project; just want to make sure thats clear.1) Creating an additional filter component with type-ahead; you're best best is to look at the Search Bar component implementation [2] [3] [4]. In alot of ways this would be a custom component. I think you'd want to do something like: * Create custom component like Search Bar * Create JS for the component to make the AJAX calls/etc. * Not understanding ...

Views

1.4K

Likes

2

Replies

0
Re: How to add variations in the content fragment model? - Adobe Experience Manager 02-01-2018
Content Fragments created from Content Fragment Models should already be channel agnostic (they are "raw" data).If you want only data points X and Y exposes on Channel A and some other data points Y and Z (of the same Content Fragment) exposes on Channel B; then you'd select them when you defined how that Content Fragment will be exposed for each respective channel. Content Fragments models naturally make this "easy" as their built out of discrete fields.Content Fragments created from Content Fr...

Views

1.3K

Like

1

Replies

0
Re: ACS commons Dispatcher Flush Delete Action not working - Adobe Experience Manager 17-07-2017
Check out .. https://docs.adobe.com/docs/en/dispatcher/disp-config.html#Automatically Invalidating Cached Files -- This should solve your problem. With your deny all, you're effectively doing resource-only flushing for everything.

Views

1.1K

Likes

0

Replies

0
Re: ACS commons Dispatcher Flush Delete Action not working - Adobe Experience Manager 16-07-2017
What's the stat level and and invalidate config I your dispatcher.any?

Views

1.1K

Likes

0

Replies

0
Re: ACS commons Dispatcher Flush Delete Action not working - Adobe Experience Manager 14-07-2017
sanjays16398239​ It would be helpful if you could provide your log for the invoked flush agent and the dispatcher log (on debug) that shows how dispatcher is processing the flush and finally, the dispatcher log for when you request a page that you now expect to be invalidated.

Views

1.1K

Likes

0

Replies

0
Re: AEM 6.3 JUnit test AemContext issue - Adobe Experience Manager 03-07-2017
Double-check your POMs (Parent AND bundle/core) to make sure you are using the proper uberjar and NOT directly specifying the dependency version for:org.apache.slingorg.apache.sling.apix.x.xprovidedI can all but guarantee you were including a dependency for the org.apache.sling.api artifact with an old(er) version that does not have the setParameter(..) methods. Ideally you consume the appropriate version through the uberjar (6.2 and 6.3 both use the sling.resource.api dep that exposes this meth...

Views

2.2K

Likes

0

Replies

0