Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Importing Category lists via CSV - import button is disabled #25653

Closed
DeanGonzalez opened this issue Jul 28, 2023 · 5 comments · Fixed by #27774
Closed

Importing Category lists via CSV - import button is disabled #25653

DeanGonzalez opened this issue Jul 28, 2023 · 5 comments · Fixed by #27774
Assignees
Labels
OKR : Customer Support Owned by Scott QA : Approved Release : 23.01.14 Included in LTS patch release 23.01.14 Release : 23.10.24 v7 Included in LTS patch release 23.10.24 v7 Release : 24.03.1 Announcements Team : Bug Fixers Type : Defect

Comments

@DeanGonzalez
Copy link

Parent Issue

No response

Problem Statement

Import button does nothing when clicking on import after selecting a csv file to import categories

image

Steps to Reproduce

Go the to categories portlet, create a new parent category, then one child category. Export the single child category to a csv file... add a few more categories and attempt to import them.

Acceptance Criteria

Entire list of new categories should be imported and immediately visible and replace or add/edit options should work as expected as well.

dotCMS Version

Current Master

Proposed Objective

User Experience

Proposed Priority

Please Select

External Links... Slack Conversations, Support Tickets, Figma Designs, etc.

No response

Assumptions & Initiation Needs

No response

Quality Assurance Notes & Workarounds

No response

Sub-Tasks & Estimates

No response

@DeanGonzalez
Copy link
Author

DeanGonzalez commented Jul 28, 2023

Error generated in the log after clicking the button:
[28/07/23 15:58:59:519 UTC] ERROR servlet.VisitorFilter: Servlet execution threw an exception
javax.servlet.ServletException: Servlet execution threw an exception
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:234) ~[catalina.jar:9.0.60]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) ~[catalina.jar:9.0.60]
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-websocket.jar:9.0.60]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) ~[catalina.jar:9.0.60]
... ...
Caused by: java.lang.NoClassDefFoundError: com/dotcms/repackage/org/apache/commons/io/IOUtils

@swicken-dotcms swicken-dotcms added the OKR : Customer Support Owned by Scott label Oct 4, 2023
@ian-b-cooper
Copy link

This issue is seen in a customer ticket: https://dotcms.zendesk.com/agent/tickets/113599

@wezell
Copy link
Contributor

wezell commented Feb 29, 2024

Also applies to Tags importing and exporting.

@wezell
Copy link
Contributor

wezell commented Feb 29, 2024

We are missing this library

 compile group: 'com.dotcms.lib', name: 'dot.commons-io', version:'2.0.1_2'

@bryanboza
Copy link
Member

Now it is working, but we still needing some work here. New issue created here: #27783

@erickgonzalez erickgonzalez added LTS : Next Ticket that will be added to LTS Next LTS Release Shortlisted of issues that will be included in the upcoming LTS and removed LTS : Next Ticket that will be added to LTS labels Mar 4, 2024
erickgonzalez added a commit that referenced this issue Mar 14, 2024
erickgonzalez added a commit that referenced this issue Mar 22, 2024
@erickgonzalez erickgonzalez added Release : 23.10.24 v7 Included in LTS patch release 23.10.24 v7 Release : 23.01.14 Included in LTS patch release 23.01.14 and removed Next LTS Release Shortlisted of issues that will be included in the upcoming LTS labels Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OKR : Customer Support Owned by Scott QA : Approved Release : 23.01.14 Included in LTS patch release 23.01.14 Release : 23.10.24 v7 Included in LTS patch release 23.10.24 v7 Release : 24.03.1 Announcements Team : Bug Fixers Type : Defect
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

6 participants