bartman
- Activité totale 22
- Dernière activité
- Membre depuis
- Abonné à 0 utilisateur
- Abonnés 0 utilisateur
- Votes 2
- Abonnements 8
Aperçu des activités
Dernière activité effectuée par bartman-
bartman a créé une publication,
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 a ajouté un commentaire,
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 a ajouté un commentaire,
There is this PageRef DataAccessPlugin, maybe this can be used? Is there docu available?
-
bartman a créé une publication,
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 a ajouté un commentaire,
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 a ajouté un commentaire,
Thanks a lot Holger, exactly what I looked for and it works. You saved my day :)
-
bartman a créé une publication,
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 a ajouté un commentaire,
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 a ajouté un commentaire,
Latest STS based on latest Eclipse
-
bartman a créé une publication,
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...