Ali Khalili
Ali Khalili
Thanks for the file. I checked it. LD-R doesn't support property chains for properties in reactor.js. I think I didn't have a use case for that but would be a...
@charlie42 thanks for your comment. I am very busy at the moment and don't think will be able to implement it soon. If you make a PR, I can review...
added one more tutorial for dynamic configuration
Thanks @Christian-Nja for raising this issue and enhancement. You are right, the current ResourceReactor only works on the first level properties/resources and if you want to handle more complex Resources,...
Your approach sounds good to me! With regards to making a new store, I think you can still reuse the current ResourceStore. You might only need to have a custom...
good to hear that it works now with static config. For dynamic config, you need to change the queries at https://github.com/ali1k/ld-r/blob/master/plugins/dynamicConfiguration/DynamicConfigurator.js#L949 to retrieve the additional fields you have added there....
It is indeed a complex situation. I was thinking maybe another variation of option 1 is to have different state variables for each case Where your component is listening to....
If the problem is to redirect all resource of type "SituationPattern" to your Complex Resource component, you can use "treatAsResourceType" property. ``` resource: { "http://somenasmpace//SituationPattern": { resourceReactor: ["Resource"], resourceViewer: ["MyComplexResourceCustomComponentSituationPattern"],...
Is the value of this property an integer? what happens if your turn `shortenURI` config off?
in the facet config, if you add ldr:dataType property, that data type will overwrite the difficult string type. e.g. you can use: xsd:integer