Hi Munira, The fixes in https://github.com/DSpace/DSpace/issues/9402 are available in the DSpace 7.6.2 release (which was just announced today). So, the easiest way to apply those changes is just to upgrade to 7.6.2, as that release provides several bug fixes to 7.6 and 7.6.1.
Tim On Tuesday, July 2, 2024 at 5:46:26 AM UTC-5 [email protected] wrote: > Thanks for your replay. > > The solution with collection-handle worked for me, but I prefer to solve > this issue to add every collection automatically better than add > collection-handle in item-submission.xml code for every new collection. > > I tried to read the pull : https://github.com/DSpace/DSpace/issues/9402 > , to fix the problem, but for sorry I didn't understand what to do. > > Could you help me? > > On Monday, July 1, 2024 at 5:20:20 PM UTC+2 [email protected] wrote: > >> Hi Munira, >> >> First of all, try forcing the submission forms to reload by restarting >> tomcat. >> >> If that doesn't work then sounds like you might be experiencing something >> related to this issue: https://github.com/DSpace/DSpace/issues/9402 >> where once you exceed 10 collections with a specific entity type, the >> entity-specific submission form would stop loading for new collections. >> >> The issue has been fixed but you'll need to patch your instance with the >> linked pull request. If you've installed the code fix then you might have >> found a new bug. >> >> If you're unable to incorporate the code from the pull request then you >> can workaround the issue by specifying the collection entity relationship >> in your item-submission.xml file. To do this edit item-submission.xml and >> add an entry like: >> <name-map collection-handle="{add your collection handle here}" >> submission-name="OrgUnit"/> and restart tomcat. >> >> You'll likely need to repeat this for each entity type affected. Let me >> know if this works for you. >> >> Kind regards, >> >> Peter >> >> >> >> >> >> On Sunday 30 June 2024 at 15:14:40 UTC+1 Munira Ayad wrote: >> >>> Hello everyone, >>> >>> I had problem with DSpace 7.6.1 , when I add a collection with an entity >>> type as project or person, it works fine and give me the right submission >>> form. >>> But when I add a collection with an entity type OrgUnit, it always gives >>> me a publication submission form. >>> >>> It had worked for a while as OrgUnit Submission form but doesn't >>> work anymore after added some collections. >>> >>> No error Or mistakes appears. >>> >>> How could I solve this problem? >>> [image: Screenshot from 2024-06-30 12-28-19.png][image: Screenshot from >>> 2024-06-30 12-29-34.png] >>> >> -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx --- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-tech/4c019fce-4fb3-4a09-a961-867b35390147n%40googlegroups.com.
