INTERNAL: JavaScript error “Working on It error …”
When QuickApps (any web part) is added to a page in SharePoint 2013 with an OOB web part that has a Group By view, you cannot expand the Groups in the OOB web part and instead the view is stuck on the message "Working on it …"
INTERNAL: “Session state can only be used when enableSessionState …”
After installing QuickApps, we can no longer browse the SharePoint sites and receive a Correlation ID error. Checking the ID in the ULS logs, the following error is thrown:
"Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the <configuration>\<system.web>\<httpModules> section in the application configuration. "
Receiving javascript errors after upgrade on QuickApps
After upgrading or migrating QuickApps web parts they no longer work and throw javascript errors.
If a group by column that is being linked has a value that contains (‘) the link will fail when clicked
When using the Link To option in a qListView that has an apostrophe the link does not work
Filter is not working properly in qChartView multi-serries charts
When filtering on a multi-serries chart the filter field displays no results
qChartView missing data when filtering
When filtering a a column that has only item common value, it will not display. Two or more values will display fine.
ER: Cross-site lookup field is displaying an address instead of a value when we saved the form input
When using a cross site lookup field in a qListForm it displays a format of http://url;#listName;#id instead of the actual value in the drop down
operator missing from CAML filter
In a list, trying to exclude certain type of events, since the List column allows mutiple choices, the qListView CAML filtering fails beacuse it doesn't include the <NOT CONTAIN> option.
Getting HTML tag values in fields
When viewing a qListView or qListForm the fields are displaying HTML code
Sorting a Parent and Child list by a column which includes a “&” character
When sorting a Parent and Child list by a column which includes a "&" character, qListView throws and error and will not expand the column in the web part.