bartman
- Gesamtaktivitäten 22
- Letzte Aktivität
- Mitglied seit
- Folge ich 0 Benutzer
- Gefolgt von 0 Benutzer
- Stimmen 2
- Abonnements 8
Aktivitätsübersicht
Neueste Aktivität von bartman-
bartman hat einen Post erstellt
CMS_INPUT_PERMISSION, "snippets" in search result list or FS_DATASET selector
Hi Community, is there a chance to configure how a CMS_INPUT_PERMISSION field in a dataset is visualized in the search result list in FS datasource? It's only showing the object ID (default toStrin...
-
bartman hat einen Kommentar hinterlassen
Hi Michael, yes helps perfectly, thanks a lot for the detailed explanation. We will use the ValueService approach and also perform the condition check during generation by calling the logic via scr...
-
bartman hat einen Kommentar hinterlassen
There is this PageRef DataAccessPlugin, maybe this can be used? Is there docu available?
-
bartman hat einen Post erstellt
Choose a page or pageref based on conditions
Hi community, we use a FS_REFERENCE to allow the editor to choose a specific PageRef. The requirement is now to only allow to choose page or pageref that meet a specific condition, e.g. a field in ...
-
bartman hat einen Kommentar hinterlassen
Super erklärt Michael, wenn man instanceof im template benötigt, kann man das z.B. so machen: $CMS_IF(class("de.espirit.firstspirit.access.editor.fslist.IdProvidingFormData").isCase(object))$ Für o...
-
bartman hat einen Kommentar hinterlassen
Thanks a lot Holger, exactly what I looked for and it works. You saved my day :)
-
bartman hat einen Post erstellt
DB query/filter with size of a relation
Hi folks, I want to find only datasets that have at least one related dataset like so? <QUERY entityType="MyType"><GT attribute="relationList.length()" datatype="java.lang.Integer" value="0"/></QUE...
-
bartman hat einen Kommentar hinterlassen
Maybe it was not completely fixed in Eclipse, because for plain Eclipse Java projects the problem does not exist, only for Maven and Gradle projects. But can I be sure, that one or many of you guys...
-
bartman hat einen Kommentar hinterlassen
Latest STS based on latest Eclipse
-
bartman hat einen Post erstellt
Call hierarchy broken in Eclipse/STS since FS 2024.11
Hey folks, who else is a dino and uses Eclipse or STS? We found the call hierarchy shows empty when there is at least one FS type in the parameter list or return type of the method. Until FS 2024.1...