I was finally able to solve the problem myself - sort of. I discovered
that some widgets (ex: pathfield) have an orderby node that's used to
specify results order. I queried under /libs for other nodes called
'orderby' and found one under the assetselector widget. I overlayed
/libs/dam/gui/content/assetselector/search/form/orderby and orderby.sort
and now get the data sorted. The one issue I've still got with this
solution is that the sort is case sensitive so if there are a lot of
names, titles...
I'm in the midst of converting users from classic UI to touch UI in AEM
6.3 and I need to be able to display the asset finder selection dialog
(from the side panel) results in alpha order. I have been through the
documentation about customizing the author instance and have not found
what I need to make this happen. I guess my questions are: What type of
component is that selection dialog? Does it have some built-in way to
configure results order? I've seen references to an orderby node for
some ...
I verified that there is no white space in any of the values set in
o.a.j.o.s.a.t.TokenConfigurationImpl. I also tried to delete the cookies
as was mentioned in the 'AEM unable to login' thread. Once I change the
expiration value I'm essentially locked out of that instance. The one
setting I've got a question about is the 'Hash Algorithm'. I'm not
certain what should be set there and it's not mentioned in that
documentation I linked above.- Randy
I attempted to follow the instructions at (1) to set the token
expiration down to 15 minutes and have been unable to login again. I'm
getting this exception:11.01.2018 12:26:20.801 *WARN*
org.eclipse.jetty.servlet.ServletHandler
/java.lang.IllegalArgumentException: Invalid token ''at
org.apache.jackrabbit.api.security.authentication.token.TokenCredentials.(TokenCredentials.java:42)at
com.day.crx.security.token.impl.TokenAuthenticationHandler.extractCredentials(TokenAuthenticationHandler.java:464...
OK - I added a handler for the 'addtag' event and that seems to be the
right place for what I want to do, but how do I interrupt the event
flow? So far I've not found a way to stop the add from
happening.Thanks,Randy
We make use of the xtype tags field on a page dialog and the users are
able to add new tags to the default namespace via the TagInputField. Is
it possible to disable creation of new tags in that widget and make it
select only? Or will it be necessary to listen for an event to stop it?
I've read through the documentation on the widget and nothing jumped out
at me. Any pointers would be greatly appreciated!Thanks,Randy Nolen
We're working in the classic UI. Our preprocessor throws a
ReplicationException with the text 'No topic/sub-topic assigned' and the
AEM activation error display code adds the 'for path...' part. It's the
'for path...' that I'd like to be able to modify. Here's a screenshot:
We are working in an AEM 6.1 environment and have created an activation
preprocessor that will stop pages from being activated if certain
attributes are not set. That works great but we'd also like to change
the error message that's displayed by the activation process when the
preprocessor throws a ReplicationExcdeption. Can anyone point me to the
code that actually displays the error message?
I'm hoping that the answer to this is fairly simple. We're running AEM
6.1 SP1 with smart card authentication for our authors and want to
disable the login screen altogether. Is there a simple way to accomplish
that? The caveat is that for admin purposes I still need to be able to
login with user Id and password when I RDP into the author server
itself. I've read that I can copy the /libs/granite/core/content/login
structure to /apps, then replace it but I'm not certain that's the best
way to ap...