bartman
- Total activity 22
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 8
Activity overview
Latest activity by bartman-
bartman created a post,
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 commented,
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 commented,
There is this PageRef DataAccessPlugin, maybe this can be used? Is there docu available?
-
bartman created a post,
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 commented,
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 commented,
Thanks a lot Holger, exactly what I looked for and it works. You saved my day :)
-
bartman created a post,
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 commented,
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 commented,
Latest STS based on latest Eclipse
-
bartman created a post,
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...