I know that, but I think it's a configuration name and not an entity attribute.
From the documentation: ...you could also define a configuration
"Person.avatar" (the actual String is unimportant, but a good idea is to make
it EntityName.relationshipName to
keep things clear) and … er.attachment.[
er.attachment.Entity.attribute.file.filesystemPath=/path/to/erattachment
from the video at 10:45
On Sep 10, 2013, at 3:58 PM, Jürgen Tabert wrote:
> I know the tutorial and the documentation but maybe I missed something.
> Which property allows me to define the attribute of an entity as
> f
Sorry, I don't understand what you want to accomplish.
On Sep 10, 2013, at 4:40 PM, Jürgen Tabert wrote:
> I know that, but I think it's a configuration name and not an entity
> attribute.
> From the documentation: ...you could also define a configuration
> "Person.avatar" (the actual String
I know the tutorial and the documentation but maybe I missed something.
Which property allows me to define the attribute of an entity as filesystemPath?
On 09.09.2013, at 22:50, Theodore Petrosky wrote:
> where (are) none of your questions answered here:
>
> http://wiki.wocommunity.org/display/
Hi Jürgen,
I would look at the {pk} path template and see if you can easily customize it
to display a different attribute.
${pk}
Replaced by the primary key of the ERAttachment object.
David
On 2013-09-09, at 12:44 PM, Jürgen Tabert wrote:
> Hi,
>
> Is it possible to use a
er.attachment.Entity.attribute.tempFolder = /tmp
er.attachment.Entity.attribute.maxSize = 2097152
er.attachment.Entity.attribute.storageType = file
er.attachment.Entity.attribute.file.overwrite = false
er.attachment.Entity.attribute.file.filesystemPath=/path/to/erattachment
from the video at 10:4
Hello,
I have a WODisplayGroup displayGroup containing a collection of EOs. The
entity is registered as a taggable entity, and its tag entity is "TemplateTag",
a subclass of ERTag. I want to find the set of all TemplateTags that are
currently applied to any object in displayGroup.allObjects()