-
Bug
-
Resolution: Duplicate
-
Low
-
None
-
5.6.0
-
None
-
Severity 3 - Minor
-
Issue Summary
This is reproducible on Data Center: yes
When attempting to create a request on the customer portal, the multi-line text custom fields will display a spinning wheel that seems to never disappear.
The description field is not impacted by this issue.
The issue is not reproducible when creating the issue from the Jira Core view.
Steps to Reproduce
- Create a multi-line text custom field and add it to the create issue screen and the request type.
- Open the customer portal and try to raise a request.
Expected Results
You should see a normal multi-line text field with the field's name and description.
Actual Results
Under the multi-line field's name and just at the top of the text area, you will see a spinning wheel with a grey area.
The wheel doesn't disappear and sometimes the field may display an error similar to the following:
An error occurred whilst rendering this message. Please contact the administrators, and inform them of this bug. Details: ------- org.apache.velocity.exception.MethodInvocationException: Invocation of method 'getEditVM' in class com.atlassian.jira.plugin.renderer.JiraRendererModuleDescriptorImpl threw exception java.lang.IllegalStateException: An edit velocity template is a required resource for a renderer module. at com.atlassian.jira.plugin.system.customfieldtypes:textarea/templates/plugins/fields/edit/edit-textarea.vm[line 9, column 25] at org.apache.velocity.runtime.parser.node.ASTMethod.handleInvocationException(ASTMethod.java:342) at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:284) at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:262) at org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:342) at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72) at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87) ....... Caused by: java.lang.IllegalStateException: An edit velocity template is a required resource for a renderer module. at com.atlassian.jira.plugin.renderer.JiraRendererModuleDescriptorImpl.getEditVM(JiraRendererModuleDescriptorImpl.java:89) ......
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
Note
This doesn't prevent you from creating the request and doesn't seem to have any other impact on the functionalities.
The issue persists when using different renderers for the multi-line text custom field (e.g wiki markup, default text renderer, etc.)
- duplicates
-
JSDSERVER-12316 Spinning icon for Text Field in Customer Portal create request screen
-
- Closed
-
This is still occurring, in our instance it does, in fact, stop creation of an issue.