Claus Rogisch
Claus Rogisch
#1889 made the changes to use [BlockItemTypeAttribute] on [ContentType] to restrict the available Blocks in the Manager when adding Blocks to the ContentType.
Working change in following pull from fork https://github.com/umap-project/umap/pull/2708 Major issue: altering relationship map to team to m2m. Second issue: Permission concept needs work. Maybe also owner for a layer.
The permissions might have to be more spread. there should maybe be editors -> advanced edit rights list of users/teams authors -> have simple edit rights / alternatively authors can...
Related issues: * [viewers](https://github.com/umap-project/umap/issues/1892) * [view by link](issues/995) * [editor permissions](issues/584) But none have requested the need for the layer based permission that i mentioned/implemented, which again seems quite natural,...
Working solution: adding yield(); in while loop to avoid blocking behaviour. ``` void LoRa_E220::managedDelay(unsigned long timeout) { unsigned long t = millis(); // make darn sure millis() is not about...
I am currently not able to debug. Did you try to reproduce it with an esp8266? I think this is esp8266 specific, to my understanding, because it can not handle...
Corre t, failed to mention the connection setup. My bad
Hey @yohanboniface, i will have a look into possibly related issues on sunday. My motivation: I am taking part in an assocciation that plans a festival. There are a lot...
@yohanboniface what I did not have a look into is how the team management is organized and how the permissions are handled. (Whether there is a owner concept for a...
Concering the conversion for the team to m2m, this might not be neccessary if the assignments are done following my comment on the issue https://github.com/umap-project/umap/issues/2713#issuecomment-2910286249 keeping the current team realtion...