Contents with the Advanced Tag Node
-
Checking your infoset data consistency after upgrading from 1.x to 1.8+
Database, Advanced, Upgrade, InfoSet, Orchard 1.x, Orchard 1.8, QueryMany Orchard developers, including ourselves act as early adopters of the Orchard source and use the code from the 1.x and other work-in-progress branches. While it gives us the opportunity to try the new features and get the latest bugfixes, some changes introduce important bugs every now and then. That was the case lately on the 1.x branch, when a problem surfaced regarding the infoset storage: for shifted, versionable content parts the infoset data was not saved in the ContentItemVersionRecord table, but into the ContentItemRecord table instead. Sébastien discovered this issue before 1.8 release and provided a method to fix it, along with a well-detailed description on the Orchard discussion board.
-
Advanced Orchard: accessing other tenants' services
Tutorial, Multi-tenancy, AdvancedMany using Orchard's multi-tenancy feature sooner or later want to share data between tenants or generally, execute some operations on other tenants from one tenant. This is possible! Let's see how.