I have several form projects that need to be combined together. I added the first project and everything was working fine. When I attempted to add another, I found that the "Project included in this environment" section of the publication environment is no longer an editable table, but instead shows the current fields in text boxes and no way to add another row (see screenshot).
When entering "edit" mode for this environment there is a javascript error referencing line 377 in editPubEnv.do (TypeError: field is null)
which is: field = document.getElementById('agent1_repeat1proxy_protocol1');field.setAttribute('_required','false');field.setAttribute('_type','string');
If I create a new publication environment, it initially works correctly, but after I save it, the same result happens next time I "edit".
Is there any way to repair this project (other projects work OK in this regard)?
When entering "edit" mode for this environment there is a javascript error referencing line 377 in editPubEnv.do (TypeError: field is null)
which is: field = document.getElementById('agent1_repeat1proxy_protocol1');field.setAttribute('_required','false');field.setAttribute('_type','string');
If I create a new publication environment, it initially works correctly, but after I save it, the same result happens next time I "edit".
Is there any way to repair this project (other projects work OK in this regard)?
Attachment
RE: Publication Environment issue
The editable table controls for the Projects has been lost due to the script error.
Based on the script error it is probably one of the earlier sections on the page that has a problem, possibly the "Agent Configuration for this project"?
This would also explain why this project has the issue, but others don't.
It would suggest that the data is invalid for that section related to an agent with proxy details? Perhaps some details are missing?
It is difficult to know what exactly, without seeing the exact details.
RE: Publication Environment issue
Are there any details I could look at that would shed any more light on this problem?
RE: Publication Environment issue
Can you confirm the WebMaker Version.
It would seem that there may be some data that is invalid.
Are you able to send a project export through to support@hyfinity.com via email or use the customer issue tracker system.
RE: Publication Environment issue
I can send along a set of projects if needed. Do you want them before or after the issue has occurred?