We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
STEPS TO REPRODUCE
Preconditions: An user is already created (e.g. U1).
EXPECTED RESULTS
The meeting's page enters in edit mode and the members and groups names are displayed properly.
ACTUAL RESULTS
When entered in edit mode, the members and the groups names have 'XWiki.' prefix and the following error is displayed in console:
2018-08-07 15:44:35,942 [http://localhost:1062/xwiki/rest/wikis/xwiki/classes/Meeting.Code.MeetingClass/properties/participants/values?fp=XWiki.U1&limit=10] WARN o.h.u.JDBCExceptionReporter - SQL Error: 932, SQLState: 42000 2018-08-07 15:44:35,942 [http://localhost:1062/xwiki/rest/wikis/xwiki/classes/Meeting.Code.MeetingClass/properties/participants/values?fp=XWiki.U1&limit=10] ERROR o.h.u.JDBCExceptionReporter - ORA-00932: inconsistent datatypes: expected - got CLOB 2018-08-07 15:44:35,953 [http://localhost:1062/xwiki/rest/wikis/xwiki/classes/Meeting.Code.MeetingClass/properties/groups/values?fp=XWiki.XWikiAllGroup&limit=10] WARN o.h.u.JDBCExceptionReporter - SQL Error: 932, SQLState: 42000 2018-08-07 15:44:35,953 [http://localhost:1062/xwiki/rest/wikis/xwiki/classes/Meeting.Code.MeetingClass/properties/groups/values?fp=XWiki.XWikiAllGroup&limit=10] ERROR o.h.u.JDBCExceptionReporter - ORA-00932: inconsistent datatypes: expected - got CLOB
Meeting create screenshot:
Meeting edit screenshot:
Please also see: https://jira.xwiki.org/browse/XWIKI-14634
The text was updated successfully, but these errors were encountered:
No branches or pull requests
STEPS TO REPRODUCE
Preconditions: An user is already created (e.g. U1).
EXPECTED RESULTS
The meeting's page enters in edit mode and the members and groups names are displayed properly.
ACTUAL RESULTS
When entered in edit mode, the members and the groups names have 'XWiki.' prefix and the following error is displayed in console:
Meeting create screenshot:
Meeting edit screenshot:
Please also see: https://jira.xwiki.org/browse/XWIKI-14634
The text was updated successfully, but these errors were encountered: