Hi guys,I am writing some Hobbes tests for my component, but the list of tests in the sidekick is a really strange size (attached screenshot).Does anyone else see this? Can someone explain if this is a known bug?ThanksDave
Hi,What permissions does the user that is used in the Transport tab of Agent Settings need:[img]repl-agent.png[/img]Does it need to have read, write, or replicate permission for the paths that it will be replicating?Or is that user only used for HTTP authentication?Thanks.
I need to add some additional properties to the RTE table properties dialog and cell dialog properties. This means I have to override Table.js, TablePropertiesDialog.js and CellPropertiesDialog.js.I don't really want to use the overlay approach creating matching paths under /apps as this will pollut...
Hi,We have, say, an entry under /etc/map that converts <a href="https://forums.adobe.com/content/foo/products.html>Products</a> to <a href="http://www.example.com/products">Products</a>.Looks like some services, like Link Checker, can be disabled programmatically:<% org.apache.sling.runmode.RunMode ...
Hi,We are getting the below exception sometimes when the code is tested under heavy load. We create users in LDAP and then sync them to CQ using their credentials in ldap at the time or repository.login(SimpleCredential(username, passwordArray)) . We get the exception. This does not happen under nor...
We have a page say users.html which is only visible to group "admin" and is configured in the author instance. The site can have both protected and open pages (anonymous allowed). Issue is, when a user from the "admin" group visits the page, the dispatcher caches user.html and then if any anonymous ...
Hi,I am using CQ 5.6.1 and trying to find out the API that I should use for updating user properties. I am trying to write back some properties in the preferences node of the logged in user.I thought of using com.day.cq.security.AccountManager.updateAccount .. but it looks like the parameter needs c...
I am using the cq5 calendar component for the first time.Could anyone please let me know, if the edit permissions on the events are configurable? Thanks,Rachana
Hi,I am new to adobe CQ5. I already have a site developed in sharepoint . It contain more than 605 pages. I am trying to migrate that content in to adobe cq5. As of now i tried the following ( i am using CQ5.4)1)sharepoint connector- if i use the share point connector the editing feature will loose....
I'm having this problem assigning value 'FALSE' to the <div> attribute.I need to implement the following HTML<div d-automode="${obj.message}"> <p>Content goes here</> </div>Value for ${obj.message} will be 'true' or 'false'. All works fine when the value is TRUE. But, when the value is FALSE, sight...