Product ideas | Community
Skip to main content

10000 Ideas

LaurenWoodNew Participant

Time Zone Alignment for Journal Entry Report Date ValuesNew

This idea proposal addresses a critical data integrity and reporting inconsistency in the existing Journal Entry Report related to Date custom fields. The report currently fails to correctly apply the user's time zone offset, resulting in dates that are one day off from the actual user-entered value displayed elsewhere in the platform. Description - The "New Date Value" column in a Journal Entry Report tracking edits to a Date-Only custom field (i.e., not a Date/Time field) often displays an incorrect date. This date is shifted by the user's UTC offset, resulting in a day mismatch compared to the date displayed in the Custom Form and the System Activity Log. This inconsistency arises because the report is not correctly translating the stored UTC date (which defaults to 12:00 AM UTC) into the viewing user's local time zone, causing the date to prematurely roll over to the previous day. Why is this feature important to you - Accurate reporting is fundamental to trusting a work management system. When a foundational report displays data that contradicts what's seen on the project itself and in the official activity log, it severely erodes user confidence and creates significant administrative overhead.Data Integrity and Trust: Contradictory dates force our teams to manually verify every data change, slowing down audits and governance processes. We need a single, reliable source of truth.Administrative Burden: The current workaround involves manually adding a text mode expression (ADDDAYS({}, 1)) to every single report column for every relevant Date field. This is not a sustainable or scalable long-term solution.Risk of Error: A manual offset workaround is fragile. It will break if users in other time zones view the report or if local time zone rules change (e.g., Daylight Saving Time shifts), introducing a high risk of new reporting errors.This is a request to fix a systemic design flaw (as acknowledged in support feedback) that prevents the Journal Entry Report from displaying the correct user-entered date consistently across the platform. How would you like the feature to work - The Journal Entry Report must be updated to apply the user's time zone offset to Date-Only custom field values consistently.Specifically:The date displayed in the "New Date Value" column must exactly match the date the user entered on the Custom Form and the date recorded in the System Activity Log.The system logic for the Journal Entry Report should be aligned with the logic used by the Project Custom Forms and the System Activity Log when displaying Date-Only custom fields, ensuring all three views show the same, correct local date.This fix should be system-wide and automatic, requiring no text mode workarounds or manual configuration changes by administrators for any Journal Entry Report. Current Behaviour - When a user in a time zone with a negative UTC offset (e.g., Central Standard Time, UTC-6) enters a date (e.g., 10/30/25) into a Date-Only custom field:Custom Form: Displays the correct user-entered date (10/30/25).System Activity Log: Records and displays the correct user-entered date (10/30/25).Journal Entry Report (in "New Date Value" column): Incorrectly displays the date as the UTC-adjusted date (10/29/25), shifting the date by one day due to the 12:00 AM UTC default crossing the day boundary in the user's local time zone.

Harwinder-singh
Harwinder-singhNew Participant

Content Update Action Rollout doesn;t update the Tags property in AEM Page (basic tab)New

Request for Feature Enhancement (RFE) Summary: Enable Rollout of Cq:tags property by default for content update and other relevant MSM  configs Use-case: In AEM page properties basic tab, the Tags field is excluded from rollout to Live copies. This is due to an exclusion rule applied in MSM content update Action OSGI config where anything that starts with cq: is excluded from getting rolled out to love copies. while this makes sense for node specific , under the hood properties like cq:lastModified, cq:lastModifiedBy, cq:lastReplicatedBy , unfortunately this also excludes cq:tags property as well. This should be included by default and the current excluded properties regex should be updated to include this property by default for rollout. Current exclusion regex (CQ MSM Content Update Action) - cq:(?!(designPath|template|lastTranslationUpdate|targetEngine|redirectTarget).*) New regex value to include cq:tags - cq:(?!(designPath|template|lastTranslationUpdate|targetEngine|redirectTarget|tags).*) Current/Experienced Behavior: Currently , the cq:tags property is not enabled for rollout by default Improved/Expected Behavior: cq:tags property should be enabled for rollout by default. Environment Details (AEM version/service pack, any other specifics if applicable): AEM as cloud service Customer-name/Organization name: TCS Screenshot (if applicable):   Code package (if applicable):      

HerveAntoineNew Participant

Add ARIA Label to Teaser Component and all CORE Components missing itNew

Request for Feature Enhancement (RFE) Summary: AEM Core components should have common and generic features, including accessibility. It appears that ARIA Attributes are not implemented in AEM Core ComponentsTeaser ComponentLooking at AEM's teaser component documentation, which showcases screenshots from author, the only accessibility field Adobe have is for the "alt" property.• Teaser Component (https://experienceleague.adobe.com/en/docs/experience-manager-core-components/using/wcm-components/teaser)When I look at Adobe example output (the Markup tabs under each section) and look at the sections with anchor links, I do not see any ARIA attributes either.• AEM Core Components - Example Output - Teaser Component (https://aemcomponents.dev/content/core-components-examples/library/core-content/teaser.html)Button ComponentOn the other hand, looking at AEM's button component documentation, Adobe DO provide an aria-label field for authoring.• Button Component (https://experienceleague.adobe.com/en/docs/experience-manager-core-components/using/wcm-components/button)When I look at Adobe example output and look at the anchor links here, I still do not see any ARIA attributes.• AEM Core Components - Example Output - Button Component (https://aemcomponents.dev/content/core-components-examples/library/core-content/button.html)My ConclusionI think that AEM put in the ARIA support for the button as a way to resolve common accessibility issues with HTML buttons, but Adobe has no broader solution for accessibility.I am requesting Adobe to add properties required for Accessibility to the AEM Core Components Use-case: Accessibility Current/Experienced Behavior: No capability to add ARIA Improved/Expected Behavior: Able to author ARIA label Environment Details (AEM version/service pack, any other specifics if applicable): AEMaaCS Customer-name/Organization name: Lexmark, a Xerox Subsidiary Screenshot (if applicable):   Code package (if applicable):  

giuseppebaglio
giuseppebaglioNew Participant

Allow nested folder browsing in AEM Content Fragment Model consoleNew

Request for Feature Enhancement (RFE) Summary: Enhance the Content Fragment Models (CFM) console to support folder navigation and organization of models within nested folder structures. Use-case: Authors and developers often need to organize multiple Content Fragment Models logically (e.g., by business domain, content type, or project) under nested folders within the configuration structure. Supporting folder navigation in the CFM console would help teams manage large sets of models more efficiently and maintain a cleaner, more intuitive structure aligned with their business taxonomy. Current/Experienced Behavior: Although it is possible to create nested folders for models using CRXDE or the repository directly, the CFM console UI currently displays only the models located within the root configuration folder. Users cannot navigate into subfolders, which results in all models being listed together without hierarchical grouping. Improved/Expected Behavior: The Content Fragment Models console should allow navigation through nested folder structures under the configuration path. This enhancement would let users browse, create, and manage models within organized subfolders, improving model discoverability and aligning with how other AEM consoles (like Assets or Sites) handle hierarchical structures. Environment Details (AEM version/service pack, any other specifics if applicable): Reproducible on AEM 6.5 and AEMasCS Customer-name/Organization name:   Screenshot (if applicable):   Code package (if applicable):  

NicolásMuNew Participant

Include accessibility-related attributes in XSSProtection configurationNew

Resumen de la solicitud de mejora de funciones (RFE): Currently, AEM’s XSSProtection configuration (/libs/cq/xssprotection/config.xml) does not allow several accessibility-related attributes such as aria-label, aria-hidden, role, and tabindex.We propose including these attributes by default in the configuration to improve accessibility support and reduce the need for overlays or custom configurations. Caso de uso: Developers using HTL expressions like: ${property @ context='html'} cannot render accessibility attributes defined in component properties, since they are filtered by the XSSProtection mechanism. This limits the ability to build fully accessible components following WCAG and ARIA standards. Comportamiento actual/experimentado: When rendering properties that contain ARIA or accessibility-related attributes, these attributes are removed by XSSProtection because they are not listed in config.xml. The only current workaround is to overlay /libs/cq/xssprotection/config.xml into /apps, which may cause maintenance issues with future updates. Comportamiento mejorado/esperado: AEM should include the attributes aria-label, aria-hidden, role, and tabindex (and potentially other accessibility-related attributes) in the default XSSProtection configuration, allowing them to be safely rendered through HTL without requiring overlay. Detalles del entorno (versión de AEM, Service Pack y cualquier otra especificación, si corresponde): AEM as a Cloud Service  Issue reproducible in both Author and Publish environments. Core Components and custom components affected. Nombre del cliente o de la organización: TELEFONICA ESPANA  Captura de pantalla (si corresponde): N/A Paquete de código (si corresponde) Not required – issue reproducible with any component rendering an HTL property with @2941342='html' containing ARIA attributes.