Hello @Alex Medved _ConfiForms_
I have a problem with Edit Controls working correctly if in the Visible only to group/users field I indicate dynamic values from the Smart Classifier field (e.g. [entry.SmartClassifier.User]).
If I have several Edit Controls on the page, they do not work correctly because they display all possible form fields for editing, even though I only have a few fields inside the Edit Controls macro. What could this be about?
Is this report about Edit Controls not picking up the correct layout or is this something else. - not sure about the part related to Smart Classifier?
Alex
Exactly - Edit controls do not select correct layout.
When in Edit controls parametr Visible only to group/users i have something like this
[entry.IssueMainData.UnitDirector],[entry.IssueMainData.IssueReporter], [entry.IssueMainData.IssueSupervisor], [entry.IssueMainData.IssueParticipants]
layout goes crazy and shows all form fields, but inside Edit Controls i have few fields.
IssueMainData - Smart Classifier field
UnitDirector - single user field
IssueReporter - single user field
IssueSupervisor - single user field
ssueParticipants - multi-user field
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
PS.
When in Edit controls parametr Visible only to group/users i have traditional group of confluence users everything is OK.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hard to tell without having a configuration that replicates that. And you have multiple views on the same page to the same form having different layouts for Edit Controls each?
Multi-value fields should provide a comma separated list of values - issueParticipants.asList
Other than that - I really cannot help much without seeing how to reproduce that
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
On one page I have 2 or more CleanViews with Edit Controls inside. They all lead to the same form, to a specific ID.
Each Edit Control contains a different set of fields.
Edit Controls are to be visible only to specific users who have been indicated in the fields I mentioned.
If in the Edit Controls Visible only to group/users parameter I specify e.g. [entry.IssueMainData.IssueSupervisor] then in each of the Edit Controls all form fields are visible.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unfortunately I don't have access to storage format
View in edit:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Would it be possible to share the storage format, so there will be no guessing on how one or another macro is configured and it will be possible to import the configuration?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
OK, it seems that ConfiForms fails to find the correct layout for the edit controls when [entry.field_name] notations are used in the layout/macro
This looks like a bug in the app that we need to fix
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.