You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently made a build based on the v2024.8.3, no idea if you already started working on it but wanted to share the main diff I found:
SVG icons are now included in the Typescript ( logo + shield )
The deletion in apps/web/src/app/oss-routing.module.ts from the patch now completely broke my build (I'm not familiar enough with angular to be sure why).
Not a direct impact but the allow all collection disappeared in the collection screen
Decided to stop using the patch method so all change I made can be seen here.
The text was updated successfully, but these errors were encountered:
The main reason we are stuck on 2024.6.2 is because of all rolls and right changes regarding to flexible collections and the manager role not existing anymore. That is why you are missing the allow all collections, which is mentioned on several places already.
Thanks for the hints. I was aware of (most of) them already as I tried to update to v2024.7+ (cf. #169, I reverted back to v2024.6.2 due the changes - i.e. the complete removal of the Manager role etc.)
Hey,
Recently made a build based on the
v2024.8.3
, no idea if you already started working on it but wanted to share the main diff I found:apps/web/src/app/oss-routing.module.ts
from the patch now completely broke my build (I'm not familiar enough with angular to be sure why).allow all collection
disappeared in the collection screenDecided to stop using the patch method so all change I made can be seen here.
The text was updated successfully, but these errors were encountered: