Release Notes version 5.8.1 Heisenberg

From Catglobe Wiki
Jump to: navigation, search

<accesscontrol>Main:MyGroup</accesscontrol>

New or improved functionality

Resource permission check speed improvements

The Resource permission check framework was updated to provide a faster check in the worst cases.

Previously it could take up to 20 times longer to be the first one to visit a resource list, it should now only be about twice as long.

For people that have a search criteria that match many resources, but actually have little access to them, the resource list could also be very slow. This should now be fixed. It will still be slower, but the difference should be minimal.

As an added benifit of these changes, the side bar in "my activities" should also be much faster.

Improvements in speed for resource tree

A couple of changes were made to the resource tree, that brings vast performance improvements. Previously it could takes 1-2 minutes to browse down a couple of levels in the tree. This has now been reduced so that in most cases it feels instant.

Increased speed for complex diagrams

Diagrams using several thousand where expressions should now be much faster. Due to a bug in Microsofts JIT compiler, it would previously take exponentially more time with more expressions. With a workaround for this bug, it should now scale closer to linear.

Communicator improvements

In this minor release, the Communicator module was the lucky recipient of most new features. One of these features were the Email blacklist. This feature was made in order to easily add a long list of government blacklisted emails, so we ensure that these are not used. For easy of use with this feature, a simplistic import was added. An additional and related feature is that the mail server now will filter out the sending of mails to any email that exists on the blacklisted email list. It is not yet possible to build groups or samples based on this information, nor get any statistics on how many was filtered due to blacklisting.

Besides, we move all move all contact_account which are children of system_resource to admin group to improve the performance when opening the mail dialog.

A minor change was also made on the CATI interviewer screen to support existing dialer systems, where phone numbers will now be shown with '00' in front of country code instead of '+'.

Further, an extension was made to the communicator's distribution rules, so that incoming SMS messages can be filtered.

And as a new feature for the communicator's distribution rules, it is now possible to execute a workflow based on the incoming message, something we feel will provide much value.

In the project VN2984COR - SMS - CGS functions for single SMS a new API was created which enables users to send SMS from CG Script, however the constant-naming did not follow our naming policy for constants used as enumerators. The project VN3074COR implemented new enumerators as status codes.

Finally, we made it possible for emails and bulk mails to specify "reply to" email addresses. When a "reply to" email is added to a mail or bulk mail, then any reply made to the mails will automatically be returned to this address. If no "reply to" email is added, then returned mails will be sent to the from account.

Projects made in version 5.8.1 supporting the communicator were:

VN2980COR - Email blacklist - Import emails
VN2982COR - SMS - Obey distribution rules
VN2979COR - Email blacklist - Filter emails from being sent when they are blacklisted
VN3057COR - Change formatting of phonenumber in cati window
VN3074COR - SMS - Rename constants for the SMS CGS API

VN3048COR - Set Reply To

Group builder

The group builder, which received a major overhaul in version 5.8, has had a few more extensions made to the rebuild logic in regards to the hierarchical rule structure. Although warnings are already shown now, when percentage and absolute targets do not add up to that of a parent, we will now repeat those warnings in the rebuild dialog. If absolute targets add up to more than that set for a parent, rebuilding will simply be disallowed. If percentages do not add up to 100, then the user will be offered an autocorrection feature, which will automatically solve this problem.

Projects made in version 5.8.1 supporting group builder were:

VN2992COR - GB Rebuild Warning

Resource management updates

A feature related to the management of resources is a new My Portal element whose name is "Last opened resources". This element will show the latest 20 resources that can be viewed by CRD dialog and the logged in user has opened in descending order.Besides, he can do quick search for those latest opened resources in favorite control without adding them into favorite list.

Projects made in version 5.8.1 supporting resource management were:

VN2862COR - Last opened resource

Export and Import extensions

Two projects were made for the Export feature -- both with the same purpose. For SPSS and Excel/CSV files you can now also have a column exported that identifies the Status of each Answer sheet.

Projects made in version 5.8.1 supporting export and import modules were:

VN3043DAT - Export - One more column QAS.Status to SPSS exported file
VN2991DAT - Export - One more column QAS.Status to excel/csv exported file

New CGScript functions

As always, a stack of new CGScript functions have been added. The full list of new ones are:

  • EmailError_getInvalidEmails: Used for getting email errors' information which is based on last updated date of invalid emails and group id which limit to return invalid emails of users on the group.
  • Sms_send: Used for sending SMS to a list of users.
  • Sms_sendMailTemplate: Used for sending SMS based on a Mail Template to a list of users.
  • BulkSms_new: Used to create a new bulk SMS object.
  • BulkSms_save: Used to store a bulk SMS object into the database.
  • BulkSms_send: Used to send an existing bulk SMS object to its receivers.
  • BulkSms_getBulkSmsByResourceId: Used to retrieve a bulk SMS object from the database.
  • QAS_getByUserResourceId: This function is used to get list of answer sheet objects which have been assigned to a specific user.
  • Workflow_call: This function is used to run a workflow or a tabulation script.
  • Workflow_getParameters: This function is used to get parameters passed to the current workflow or tabulation script.

Finally, we added an additional feature to the workflow engine that makes it possible for us to name the user used in a script context. Normally it is always the logged in user which is seen as user in context, but this new feature makes it possible for us to run the script with another user instead. This feature we call 'impersonation'.

Projects made in version 5.8 supporting CGScript were:

New CGS: QAS_getByUserResourceId
New CGS: Workflow_call
New CGS: Workflow_getParameters
VN2981COR - Email Error - CGS functions
VN2984COR - SMS - CGS functions for single SMS
VN2985COR - SMS - CGS functions for bulk SMS
VN2820DAT - CGS - CGScript Impersonation in work flow

Cost management improvements

In order to make it easier to set a stack of invoices to paid at the same time, this has been made possible through the mass update feature on the invoice resource list.

Projects made in version 5.8.1 supporting the cost and invoice modules were:

VN3044DAT - Add paid date to invoice mass update

Project resource updates

A new way to manage project codes was implemented that enables the system to handle the issue that will occur when numbers reach values where an additional digit needs to be added. This means that the system now can easily change digits from e.g. PN999 to PN1000.

Projects made in version 5.8.1 supporting project resources were:

VN2993DAT - Project code validation should allow for sites to have more projects than the original code

Web shop improvements

Since we have a new client using the web shop, we were also informed of some usability issues. The issues that were fixed were:
If all products in the basket are non-physical then the steps “Delivery address” and “Delivery types” will be hidden when using the payment wizard.
If the web shop does not have credit card enabled, then the "Payment" step will be hidden in the payment wizard and there will not be a choice of currency in the shop.

Projects made in version 5.8 supporting the web shop were:

VN2957DAT - WebShop - Usability improvements

Questionnaire editor and viewer

Based on the level of resource access of a user to the questionnaire, there may now be differences in the error messages that he or she gets when there is something wrong with a questionnaire. This means that the system can now present much more detailed error messages to the administrators of a questionnaire, but avoid scaring mortal respondents with excessive error details. This will work the same way no matter whether the questionnaire is answered through a normal questionnaire viewer, through the previewer or from a test link.

Projects made in version 5.8.1 supporting questionnaire viewer were:

VN2865QNR - Questionnaire viewer - Simple and detailed error messages

CATI updates

Some more statistics have been added to the status tab on the Fieldwork Manager. It is now possible to see the average time an interviewer spends on a successful call as well as being able to compare it to the average time spent by all interviewers on successful interviews.

Some improvements have further been made in regards to the speed of the system when moving between respondents.

Projects made in version 5.8.1 supporting CATI were:

VN3008QNR - CATI statistic - Extension the statistic with the average length of successful interviews
VN2870QNR - Bandwidth of Save&Next + speedup

Sample request module improvements

Some problems regarding the ability to handle more than one sample request for the same questionnaire has been handled. Another identified problem, that occurs when there are two background information with the same name, has also been fixed.

Projects made in version 5.8.1 supporting sample request module were:

VN2886QNR - SRM - Background information - Support more than one request from a site

General report engine improvements

When instant cross charts are shown a second time around, then users will be offered to rebuild the data cache and axis set before it is shown. This follows a similar logic as already used for instant reports.

Another project implemented during the version ensures that tables will look nicer when displayed in the viewer, by aligning the column widths of tables in a common report.

Projects made in version 5.8.1 supporting the general reporting engine were:

VN3056REP - Same business logic as View Report for View Cross from PQ list
VN2778REP - Nice table layout for PDF
VN3089REP - Support new statistic function to count answer

Style sheet module

A feature was added to the style sheet that makes it possible to interpret 0 (zero) values as non-existant (null) by the style sheet. Whenever this setting is activated and zero values occur, the chart will either exclude that data point (when non-table chart types) or show a blank cell (when tables).

Projects made in version 5.8.1 supporting the style sheet module were:

VN2798REP - Report style sheet - Setting to display or hide zero values in diagrams

Bugs fixed

Bugs FIXED in the upload (from 2009-12-29 0:0 VN time to 2010-5-04 11:16 VN time).


All fixed bugs in the upload
Id
Name
Description
Priority
41126
[5.8] CatTaskService cannot load CatTask.dll because of MSBuild Des : Go to heisenberg.catglobe.com, schedule a task by cattask service then go to the cattask list, the task which has just been sheduled is not shown in the list When checking the task in table cat_tasks in db , I see its GUID is null :(
Critical
41178
[5.8++]Questionnaire editor - Cannot save questionnaire "6657kvi - Master Questionnaire - Kvik Køkken" [5.8++]Questionnaire editor - Cannot save questionnaire "6657kvi - Master Questionnaire - Kvik Køkken". **Action: Java Console show: (Trying to save on different computers give this output in the Java Console. Questionnaire has 173 question and should be nowhere near the limit.) Output: HttpURLConnectionASP.NET_SessionId=wr1r50y34312pij4icdhlwyq HttpURLConnectionASP.NET_SessionId=wr1r50y34312pij4icdhlwyq Got inputstream in 16.391 seconds. Exception in thread "Thread-13" java.lang.OutOfMemoryError: Java heap space at java.util.Arrays.copyOf(Unknown Source) at java.lang.AbstractStringBuilder.expandCapacity(Unknown Source) at java.lang.AbstractStringBuilder.append(Unknown Source) at java.lang.StringBuilder.append(Unknown Source) at com.catglobe.questionnaire.communication.SOAPCommunicator.performAction(SOAPCommunicator.java:275) at com.catglobe.questionnaire.communication.SOAPCommunicator.performAction(SOAPCommunicator.java:164) at com.catglobe.questionnaire.communication.QuestionnaireReaderWriter.writeQuestionnaire(QuestionnaireReaderWriter.java:453) at com.catglobe.questionnaire.MainApplet$Saver.run(MainApplet.java:1253)
Critical
41185
[5.8++]Import QSL - Conditions of question cannot be updated even though user checked "Delete missing conditions" [5.8++]Import QSL - Conditions of question cannot be updated even though user checked "Delete missing conditions". **Action: - Questionnaire "6657kvi - Master Questionnaire - Kvik Køkken". - Attached file to update condition named "Q1_TOM_CODE SINGLE.qsl" -----> Error : conditions of this question are not updated.
Critical
41241
[5.8] Payment site - All fail rebuild when rebuilding invoices 1. Payment site 2. Des: Payment site - All fail rebuild when rebuilding invoices Michael wrote: - I get another bug when rebuilding invoices. I tried both existing invoices on different sites as well as making a new invoice. All fail rebuild. This bug is of course equally urgent. - (See image for more detail)
Critical
41341
[5.8++] Critical - Tracking diagram - Rolling average is calculated incorrectly in the period from 52nd week of 2008 to the 1st week of 2009 [5.8++] Critical - Tracking diagram - Rolling average is calculated incorrectly in the period from 52nd week of 2008 to the 1st week of 2009 6.0 - Tracking diagram's name: 8386cat - Reklamemedie (PenSam Bank) http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 11ed5dcb-3cb8-41e8-b033-a8a40edc422b
Critical
41355
[5.8] Critial - Lost data when viewing instant report from PQ list at the first time, dcs is not rebuilt when viewing at the 2nd time [5.8] Critial - Lost data when viewing instant report from PQ list at the first time, dcs is not rebuilt when viewing at the 2nd time
Critical
41508
[5.8++]-(CRITICAL)-CGS - Something wrong with CGScript Action: - I have the following script: //Be careful when running this script // Trong // 2010-01-18 // Separated Version/Version_unfixed properties to support subversion of released version. // get all tasks from the RCS array allTask_RIds = selectColumn(Id) where (Id >= 158497 ); // task created after v5.8 released // General variables number i; number m; number n; number k; number task_RId; array task_Properties; array property; // Updating task's properties one by one for(i=0;itask_RId = allTask_RIds[i]; task_Properties = Resource_getResourceProperties(task_RId); print(arrayCount(task_Properties)); print(task_RId); print(arrayCount(task_Properties)); print(task_Properties); print("=============================="); }// end for The script simply get all properties of a task, print the number of elements in the property array, print the resource id, and then print the number of elements in the property array. Here is one of weird thing I got: ============================== 13 158590 41 {{10,5,TaskSatus,3},{10,7,FoundIn_Project,Empty},{10,5,FoundIn_Stage,3},{10,5,FoundBy_User,1},{10,5,Priority,3},{10,6,5.8 Version,{}},{10,6,5.8 Version_unFixed,{}},{10,6,6.0 Version,{1}},{10,6,6.0 Version_unFixed,{}},{10,5,RootCause_Project,7},{10,7,Reporter,66540},{10,6,Version,{5}},{10,6,Version_unFixed,Empty}} ============================== You can see that the number of elements in the property array of the same task are different. The script doesn't return the same result each time it is run. Tabulation script: Trong's Workflow for updating properties: support subversion
Critical
41569
[5.8++][Critical] Change RPQ context [5.8++][Critical] Change RPQ context (created due to no description). ** Description: I have found a serious bug in questionnaire viewer (mycatinet) I have a dummy question with a script like this: //send email number currentRPQ = getRPQId(); setRPQId(rpq); string guid = getRPQUniqueId(); setRPQId(currentRPQ); string link = "http://mycatinet.catglobe.com/Login.aspx?r=" + guid; string content = getQuestionText(D_Forecast_Interest_MailContent); content = stringReplace(content, "[LINK]", "[%20+%20link%20+%20 [KLIK HER FOR AT vælge prognoser]]"); string email = D_CustomerInfo[4]; sendEmail(email, name, subject, content); Viewing the question inside the questionnaire viewer causes error (after sending me thousands of emails :-S ) Error in while loop, hit maximum count of 1000. QuestionnaireException: Error in while loop, hit maximum count of 1000.] CatGlobe.Domain.Questionnaires.ResourceProjectQuestionnaireContext.MoveToDisplayedQuestion() in f:\Heisenberg5800Product\CatGlobe\Domain\Questionnaires\ResourceProjectQuestionnaireContext.cs:746 CatGlobe.Web.QuestionnaireModule.Viewer.QuestionnaireViewerEx.Page_Load(Object sender, EventArgs e) in F:\Heisenberg5800Product\CatGlobeWeb\QuestionnaireModule\Viewer\QuestionnaireViewerEx.aspx.cs:172 System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +42 System.Web.UI.Control.OnLoad(EventArgs e) +132 System.Web.UI.Control.LoadRecursive() +66 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2428 I have a quick glance in the code, I think I have found a potential cause: Line 740: while (CurrentQuestion != null) { // Increase loop counter loopCounter++; if (loopCounter >= 1000) throw new QuestionnaireException("Error in while loop, hit maximum count of 1000."); ... Line 782: // Execute script for the dummy question bool hasChangedRpqContext = EvaluateScript(); // If evaluation of the script has changed the context if (hasChangedRpqContext) { // Then force current question to be lazy evaluated currentQuestion = null; viewedQuestions = null; } As you can see, hasChangeRpqContext is always true, which cause CurrentQuestion evaluated again the next time, the same question will be executed. This one is a serious bug due to the fact that many setups are using it.
Critical
41652
[5.8 ++] (Critical) My webshop - There is a problem with web shop languages 1. Ver 5.8, 6.0 2. Des: There is a problem with web shop languages - There is a user that has language and culture are Dutch - Go to my webshop - See languages on it --> Existing result: The language show is still english (default language) - Click to flag of Danish --> Existing result: The language of the parts is danish but product categorys still english (although it has language on danish) Michael wrote: Hi Data, we seem to have some problems with web shop languages (coloplast.catglobe.com) I log in as a Dutch user - Username: CAT00001798 (Dutch) - Password: fau9H2ye (see image 1) - The only things shown in Dutch are the values that are in the database: (see image 2) - This is even though text resources have been added some time ago for other parts as well (see image 3) - If I click on the Dutch flag nothing happens. - If I change to Danish it seems to work in regards to text resources BUT the database values are not changing (look under categories)… (see image 4) - … even though these values also exist on the database for Danish! (see image 5) --> So a couple of different problems with managing language – quite urgent since we should have had the Coloplast site working perfectly a few days ago :S.
Critical
41664
[5-7++] Fix funcion validateEmail support supports domains with åøæ. [5-7++] Fix funcion validateEmail support supports domains with åøæ.
Critical
41757
[5-8 ++] Critical - Problem when viewing PowerPoint reports with tables Critical - Problem when viewing PowerPoint reports with tables asse has a report template used for a number of reports for clients using constants. Tables now look like this in the report due to the long formulas and cannot be squeezed to fit on a slide. This didn’t use to be a problem as the table was squeezed when viewed. Now the report table looks as below also when viewed. Please come up with a solution for this – client downloads the reports themselves therefore it cannot be a manual solution. Please report back to Lasse and me and give us a timing for a solution for this. Site: mycatinet.catglobe.com Deadline: ASAP Report example: 103 - Amager - Nysalgsrapport - 1H2009 Note : Pls see the image for more details : http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= d354a3bb-44b7-43b7-a8c9-46527678b99c
Critical
42260
[5.8++] Critical - Preprod site - Tracking diagram - All Save buttons are disabled even though user input valid Name, DCS, Path, Brand _ Create new Tracking diagram _ Input Name, DCS, Path, Brand with 2 levels -> Bug: All Save buttons are disabled ***Account: vandtv/cg https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 96ede6c3-8842-4203-af8b-615371bd555f
Critical
42264
[5.7++] Critical - Preprod site - Quick report: Cannot create Presentation report due to error dialog [5.7++] Critical - Preprod site - Quick report: Cannot create Presentation report due to error dialog https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 8986098d-4584-46e5-99d4-b41d42614148
Critical
42265
[5.7++] Critical - Preprod site - Quick report: Cannot open Presentation report template due to error dialog _ Highlight a PP quick report and open template -> Bug: Error dialog appears ***Report: Quick PP 110210 - 01 https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= a9bf12c4-b3b5-4b27-af1d-cb5f1929a949
Critical
42504
[5.8++][Urgent]Viewer - When combine 2 question conditions exclude, it's not working [5.8++][Urgent]Viewer - When combine 2 question conditions exclude, it's not working. Questionnaire: 9735ssa - klubber 2010 - SønderjyskE Ishockey - Test (mycatinet) ** Action: - Use Exclude AO if and Exclude AO from in the same question.
Critical
42609
[5.8++] - Critical - Campaign Diagram - Can not create new campaign diagram. [5.8++] - Critical - Campaign Diagram - Can not create new campaign diagram.
Critical
42915
[5.8++] WEBSHOP - payment does not work in GOOGLE CHROME **Description: [5.8++] WEBSHOP - payment does not work in GOOGLE CHROME ** Presequites: -Use Chrome browser **Actions: 1- Navigate to Webshop page 2- Click on 'Search Product' 3- Select a product 4- Buy a product by clicking 'buy' button of 'Product Option' 5- Click on 'Go to payment' button 6- Observe, it's not navigated to payment site ** Actual result: payment does not work in GOOGLE CHROME Here is from Mr.Phong's mail: Site: mycatinet Action: add a product into basket and go to payment Error: returns back to main page. Severity: Critical User info: Language: Danish Temporary solution: Those browsers that we do not support, should get a dialog saying that they have to use IE or FF to in order to use webshop.
Critical
42928
[5.8 ++] Import - The problem with importing decimal value with Danish culture 1. Ver 5.8, 6.0 2. Des: Import - The problem with importing decimal value with Danish culture - Use a user with Danish culture to import a decimal into a number question of a questionnaire (See the attached file) - Check the DCS for it --> The existing result: User has Danish culture imports a value ex: 2,345678 into a numeric number then this value will become 2345678 in DCS viewer (see image for more detail) *** Data cache name: datat cache (on head) - (On heisenberg) View Cross_imported questionnaire_d7671ceb-3e2a-4689-b39f-f8485c678cd4
Critical
42969
[5.8 ++] Import load file - Server error when loading the .xlsx file at step 1 of Import wizard 1. Ver 5.8, 6.0 2. Des: Import load file - Server error when loading the .xlsx file at step 1 of Import wizard - Import a file (as attached file) (Now the bug happen with file has 328 columns) --> Existing result: Error as comment below
Critical
43019
[5.8] Login page error mesage problem [5.8] Login page error message problem more information, please look at mail Re: Fwd: Re: Fwd: Vigtigt - bekræft tilmelding og få adgang til demo
Critical
43167
[5.8.0++] Communicator - Old disable link does not work Des: After been upgraded to V5.8 panelist from Userneeds could not use the “old” disable link.
Critical
43197
[5.8++]Questionnaire viewer - Dummy question can be viewed if it is the first question in questionnaire I have a questionnaire Deloitte Evalueringsskema 2010 - Form to answer - Test started by a Dummy question. But when I preview it, the Dummy question is shown.
Critical
41059
[5.8]-(HIGH)-Coding - FF - Button View, Delete, Copy are disable 1. Open coding tab of PQ 5.8: ' Copy (1) of Minh_Questionnaire_For_Testing_1 2. Open coding job ***Existing result: Button View, Delete, Copy are disable ***Expected result: they should be enabled
High
41088
[5-8++] High - Dashboard - Simple filter - Show filter name as title High - Dashboard - Simple filter - Show filter name as title
High
41095
[5-8] High - Dashboard viewer - Simple filter items shouldn't have got too long title overlapping expandable/collapsable image Dashboard viewer - Simple filter items shouldn't have got too long title overlapping expandable/collapsable image
High
41115
[5.8] Tabulation - error when generating the tabulation Tabulation - error when generating the tabulation named : Danny's TS 311209 - VN2566REP - Pls don't use (on http://heisenberg.catglobe.com/DefaultCatGlobe.aspx )
High
41127
[5.8++]RCS - Value of general columns dont correspond to time reg Action:_ Create a RCS has more than 2 resources ( projects) A, B which B is sub resource of A. (Ex: "Hanh_test RCS Timereg both-include sub") _ Include general column and time reg column => build and View Error: the value of general columns didnt correspond to time reg columns (see attachment)
High
41141
[5.8++] Phone number - Can not input or delete phone number for a group using template which "Used as company" = False [5.8++] Phone number - Can not input or delete phone number for a group using template which "Used as company" = False Des: 1. Go to All group list by user nguyenan/nguyenan 2. Open group "Phone number on standard group" (The group using template Standard Group, "Used as company" = False ) 3. Input phone number or delete a phone number then Save & Close 4. Reopen the group Error: Phone number is not save
High
41147
5.7++(HIGH)QAS_getByUserResourceId - Return qas of project questionnaire which was deleted 5.7++(HIGH)QAS_getByUserResourceId - Return qas of project questionnaire which was deleted - Run this sample script: number userRId = 33646139; number qnaireRId = 38584653; array qas = QAS_getByUserResourceId(33646139); print(qas); Existing result: return qas of pq which was deleted. Expected result: there is no qas of deleted pq.
High
41148
[5.7++] TabulationScript - Cross diagram of a report created by script - with 2 axes crossed in Percentage mode having zero value - leads to diagram with no expression TabulationScript - Cross diagram of a report created by script - with 2 axes crossed in Percentage mode having zero value - leads to diagram with no expression (opened diagram insde report template)
High
41152
[5.8] VN2567REP - Bar chart - Display 1 series eventhough there're 2 1. Go to new cross diagram viewer. 2. Select Bar type. 3. Select 1 item of column and 1 item of row. 4. Click Update button to generate chart. *Exisitng: Chart generate 1 series only eventhough there're 2 series. If user check "Also show results as table" then Update again then bar chart is generated correctly.
High
41154
[5.8++]-(HIGH)-Coding - Long answer make row heigth expand 1. Open coding tab of PQ 5.8: ' Copy (1) of Minh_Questionnaire_For_Testing_1 2. Choose ooo coding job 3. Click Code ***Existing result: the row height does not expand ***Expected result: it should expand
High
41155
[5.8++]-(HIGH)-Coding - Recounting answer options is only update on Search, not when Save all 1. Open coding tab of PQ 5.8: ' Copy (1) of Minh_Questionnaire_For_Testing_1 2. Choose aaa coding job 3. Click Code and input code value 4. Click save all ***Existing result:Recounting answer options is not update ***Expected result: it should be update when user click save all
High
41158
[5.7++] Tabulation script - Created diagram must have got its data as expression, not as hard number Tabulation script - Created diagram must have got its data as expression, not as hard number
High
41162
[5.8++] Send mail wizard - The merge fields're not merged when using a template has some merge fields to send mail wizards Actions: - Exist a mail template has some merge fields. - Open Ques list - Choose one and click Tools/ Invite respondent to... - At step 1, select send test link - At step 2, add one user and one email address for recipient. - Finished send mail wizard job Error: The merger field of mail sent to user is not merged as image: http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 8c698a05-54c7-41a2-a01b-42dc6056a296
High
41174
[5.8++] Mycatinet - Instant report: View an existing report, decimal numbers displayed incorrectly _ Log-in to system with account having Danish culture _ View an instant report which was viewed by another user having English culture -> Bug: Decimal numbers displayed incorrectly ***Account with Danish culture: _ 6.0: TheCode/swordfish _ 5.8: WhereDoYouGo/wandertheworld ***Report: _ 6.0: Topline oktober 2009 _ 5.8: test instant report with questionnaire text 130109 2 https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= c08e7ca9-632d-4dbe-af35-6adf569b497e
High
41181
[5.8] VN2567REP - 1 col and 1 row selected, chart generated is different from old viewer 1. Open new and old cross viewer. 2. Select 1 item of colum and 1 item of row, select Horizontal. 3. Click update to view diagram. *Existing: Charts generated of new and old viewer are not alike.
High
41188
[5.8] VN2567REP - Server error when saving export slide from cross viewer 1. Go to new cross viewer. 2. Generate a non-table chart. 3. Export to ppt. 4. Add a report for adding the slide to it 5. Click Save button. *Existing: Server error
High
41189
[5.8 ++] High priority - Web shop bugs 1. Ver 5.8, 6.0 2. Des: High priority - Web shop bugs Michael wrote: * Site: coloplast.catglobe.com * Priority: high (since we need to show client the web shop soon) * User: Anonymous * Password: 98793DB0D3C946E4826D9625DFD9DDAA - When I buy something in the web shop then it shows an error message in the last step BUT the order was actually correctly carried out (image 1) - Scrollbar ”buttons” are visible even when no scroll bar is needed (image 2) - Get an error when trying to cancel order (image 3)
High
41192
[5.7++] Document report template: Cannot edit and view a copied diagram _ Open a new Document report template _ Copy a diagram then click on diagram and delete it _ Save report template _ Copy diagram from diagram which have just been deleted _ Clear unused diagram and save report template _ Edit/ View copied diagram -> Bug: Cannot edit and view copied diagram ***Report: Stand Doc 060109 - 01 https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 796ae9be-6b71-4294-b8e3-5a22de30be08
High
41228
[5.8.0.0; 6.0] My Portal - No records shown in My favorites element Actions: - Login administrator/cg - Open My Portal page - Add My favorites element to here Error: No records shown in it even though there are alot of record in My favorite list
High
41231
[5.8++]-(HIGH)-DCSViewer - Cannot export to excel, all of them is in queue forever 1. Login on vnsurvey 2. Go to DCS and view once 3. Click export to excel ***Existing result: it is queue forever ***Expected result: export data cache should work correctly Plz look image for detail https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= ae274296-4041-4c22-bb41-e8d5cbfc21bf
High
41233
[5.8++] Tracking diagram viewer - Time period doesn't cover real data in questionnaire correctly [5.7++] Tracking diagram viewer - Time period doesn't cover real data in questionnaire correctly
High
41239
[5.7++] FF 3.5 - Style sheet (Ex+In) + Radial gauge chart - Axes - Switch from Angle to Axis, error occurs and processing dialog runs forever [5.7++] FF 3.5 - Style sheet (Ex+In) + Radial gauge chart - Axes - Switch from Angle to Axis, error occurs and processing dialog runs forever https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= e8764f99-54d8-40fc-8edd-444aeca1e84e
High
41242
[5.8++] High - Tracking diagram - Server error when viewing tracking diagram 5.8: Tracking diagram's name: 040809 tracking diagram 6.0: Monitor's name: 311209 monitor http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 95ce4886-43d9-44e9-a6c3-165b0a582385
High
41243
[5.8++] High - Tracking diagram - Cannot generate chart when using Trend line option Tracking diagram's name: Tracking 131109 - 01 http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 40fab6e4-53b3-47fc-856c-3c32f7b972ba
High
41249
[5.7++] High - Standard diagram - Cannot view diagram from my portal object [5.8++] High - Standard diagram - Cannot view diagram from my portal object http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 02d10f48-77e9-4b5f-9963-8ad9becd0e48
High
41257
[5.8++]-(HIGH)-Import - the “Generate password” is checked when import update user 1. Choose file to import 2. Chon user id at step 1, click next ***Existing result: the Generate password is checked ***Expected result: it should be uncheck
High
41261
[5-8++] High - Open cati from , don't do anything click x button . We lost this rpq - Open sample tab in fieldwork management , we see retry increase but infact it not
High
41269
[5.8++]-(HIGH)-CGS - Function setparameter show error Object reference not set to an instance of an object. 1. Run this cgs: setParameter("A", "1234"); or setParameter("A", ""); ***Existing result: Object reference not set to an instance of an object. ***Expected result: script run success ***Note: plz remove rpq context also
High
41278
[5.8] VN2566REP - High - Tabulation - Cannot generate diagram Tablulation's name: 071209 tab1 http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 6a50e77f-4483-4701-b7e3-b5c81f6e4c86
High
41284
[5.8++] High - Instant cross/Dashboard: Cannot not view non-table chart with one axis [5.8++] High - Instant cross/Dashboard: Cannot not view non-table with one axis ***Dashboard: Danny's Dashboard 130109 - 01 https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 271679cc-4bc9-4288-8ac5-75fea20e1770
High
41285
[5.8] VN2567REP - Filters are not applied and displayed in table chart at the first generation Pls see the different between to viewer (the old and the new one): The new viewer: http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= b1d7aed2-2767-49d6-9a52-cfcf3c818f9a The older viewer: http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= c7928652-691c-42a9-abfa-74cb43f9760a
High
41321
[5.8++] High - Mycatinet site - Legends missing on the front dash board [5.8] High - Mycatinet site - Legends missing on the front dash board http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= f6447491-4e1f-4d4b-af67-0f3a800d1584
High
41340
[5.8++]-(HIGH)-CGS - Task dont have enoug access from inherit 1. Plz run this cgscript: array task = Task_new("minhhhh",34838989,"Testing");//34838989 folder resource has some accesss print(task); task[TASK_OBSERVER_INHERIT_ACCESS]=true; Task_save(task); print(task); ***Existing result: created task dont have enough access from inherit ***Expected result: it should have enough
High
41352
[5.8++] My Portal (FF3.5) - The size of full element is incorrectly on FF Actions: - Open My Portal page on FF - Add a user defined element with full width as image 1: http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 43b397b8-0182-4a96-835f-43f4a445e4ab Error: The size of it is incorrectly as image
High
41379
[5.8++] (High) PP report + Danish culture: View PPT file, decimal number are displayed incorrectly [5.8++] PP report + Danish culture: View PPT file, decimal number are displayed incorrectly ***Account: _ 5.8: Wheredoyougo/wandertheworld _ 6.0: TheCode/swordfish ***Report: Stand PP 190110 - 01 https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 58fb49a9-401d-4c4c-9f78-a842126e030c
High
41385
[5.7++]-(HIGH)-CGS - Function setNumberConstant() show error: Nullable object must have a value 1. Plz run this cgscript 6.0: number resourceId = 38584532; string resourceGuid = getResourceGuid(resourceId ); setNumberConstant("MinhGa", 201001, resourceGuid ); ***Existing result: Nullable object must have a value. ***Expected result: show nicer message
High
41388
[5.8++] (High) - Tabulation + Danish culture + Export PDF: Decimal numbers are displayed incorrectly [5.8++] High - Tabulation + Danish culture + Export PDF: Decimal numbers are displayed incorrectly ***Account: _ 5.8: Wheredoyougo/wandertheworld _ 6.0: Thecode/swordfish ***TS: Danny's TS 190110 - 02 - Simple https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 0f178140-94a5-46a3-9dbe-2584f17f214a
High
41428
[5.8++] We should NOT restrict Target(Pct) to only be integers in the rule list Des : In the rule list, We should NOT restrict Target(Pct) to only be integers. Floats with up to 2 decimals MUST also be accepted
High
41439
[5.8++]-(HIGH)-CGS - The empty record are not returned in the where expression 1. Plz run this cgs 5.8 (DCS: Minh_DCS_For_Testnig) print(count() where Test_Single == 1); print(count() where Test_Single != 1); print(count() where Test_Single == empty); 2. Plz run this cgs 5.7 (DCS: Minh_DAIAI1) print(count() where Test_Single == 1); print(count() where Test_Single != 1); print(count() where Test_Single == empty); ***Existing result: in 5.8, the empty are not return "print(count() where Test_Single != 1);" ***Expected result: it should work correct like 5.7
High
41468
[5.8] (High) - Webshop - Should show error dialog after clicking Next button at step 1 when credit card enabled = false 1. Ver 5.8 2. Des: (High) - Webshop - Should show error dialog after clicking Next button at step 1 when credit card enabled = false - Credit card enbled on webconfig has value equal FALSE - User has no point - Go to my webshop - Buy a product - Click to Go to payment button to go to order - At step 1, click to Next button to go to next step --> Existing result: Go to step 2, and nothing happen when click Next button at step 2 --> Expected result: Show a error dialog to inform that user do not has point enough
High
41473
[5.8++]-[High]-DCSExport - DCS is not rebuilt when the Export job is scheduled to run regularly. Action: - Run a DCSExport job by cattask; Error: - The DCS is not rebuilt each time the task run, so the user always get the old data which was built on the first time the task run.
High
41474
[5.8++]-(High)-DCS - Unhandled exception in the DCSBuild module Dispose has been called on this factory, you can't reuse it at CatGlobe.DataAccess.ConnectionFactory.CheckDisposed() at CatGlobe.DataAccess.ConnectionFactory.get_AlternativeConnection () at CatGlobe.Framework.DataCache.Builders.DCSBuildTimer.DBSBuildTimerDataA ccess.UpdateLastBuildingDate(IConnectionFactory connectionFactory, DataCacheSpecification dcs) at CatGlobe.Framework.DataCache.Builders.DCSBuildTimer.UpdateLastBuilding Date(Object stateInfo) at System.Threading._TimerCallback.TimerCallback_Context(Object state) at System.Threading.ExecutionContext.runTryCode(Object userData) at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuarante edCleanup(TryCode code, CleanupCode backoutCode, Object userData) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading._TimerCallback.PerformTimerCallback(Object state)
High
41475
[5.7++]-(High)-Import - Import phone number, extension & area code are null 1. Plz choose file excel from attachment to import 2. Choose import user information, phone number, next 3. Map phonenumber to Not identifiy 4. Finish 5. Run this sql to check select top 10 * from phonenumber where [user_id] = order by id desc ***Existing result: extension & area code are null ***Expected result: it should be empty
High
41477
[5.7++] Login page (FF3.6) - The login page looks not very good in FF 3.6 Actions: - In FF3.6, open login page Error: The login page is not good as image: http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 8e985a81-4e57-4c04-8bea-4ca4e0409be3
High
41495
[5.7++]Communicator (FF3.6) - The subject and content of mail template are not loaded when editting a mail template in FF3.6 Actions: - Open My Communicator in FF 3.6 - Open Mail templt list - Edit one Error: - The subject and content of mail template are not loaded as image 1 - Click Save and close, nothing happen Expected: as image 2
High
41503
[5.8++]-(HIGH)-CGS - Function selectColumn() return wrong result 1. Choose RCS: Minh_RCS_Task 2. Tools > CGScript prompt 3. Run this script: array allTask_RIds = selectColumn(Id) where (true); // task created after v5.8 released print(arrayCount(allTask_RIds)); ***Existing result: return 0 ***Expected result: it should return 3
High
41505
[5.7++] FF 3.6 Resource list - After saving new resource, resource list show empty row [5.7++] FF 3.6 Resource list - After saving new resource, resource list show empty row Des: Go to a resource list, Create a resource Error: After new resource is created, new row displays on resource list but it is an empty line (as image) http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= d0a043e6-73b1-4644-b999-40a7751ac2f4 Expected: After new resource is save, new row should occurs on resource list. The new row should be highlighted and should show information about new resource on resource list (It should not be empty)
High
41506
[5.7++] FF 3.6 Resource list - Can not edit resource name directly on resource list [5.7++] FF 3.6 Resource list - Can not edit resource name directly on resource list Des: Go to a resource list Double click on name column to edit its name Error: User can not edit the resource name directly on list. After double clicking, name field still not changed to editable (as image) http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= fb8fd65c-5298-49b5-a850-14982398c15a Expected: Name field should be editable when user double click on it
High
41509
[5.7++] FF 3.6 Resource list - Difficult to select another row on list when a row already selected [5.7++] FF 3.6 Resource list - Difficult to select another row on list when a row already selected ( Des: Go to a list 1. Selecte a row 2. Then select another row (repeat the action 3, 4 times) Error: 1. New selected row sometime not highlighted 2. Or sometime a hug of rows is selected Expected: Just a selected row is highlighted
High
41512
[5.7++] FF 3.6 Journal - Journal doesn't work on FF 3.6 [5.7++] FF 3.6 Journal - Journal doesn't work on FF 3.6 1. Can not edit description: Create new resource or open an existing resource. Click on Description text field -> Can not edit 2. Can not Add comment: Click on Add comment button-> Comment field not display 3. Can not close Description History dialog by click on Close button of the dialog: 1. Open des history dialog of journal 2. Click on Close button on des history dialog -> the dialog isn't closed http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= c7825a49-f589-43fe-867a-7511f224d155 3. Click on Close button on des history dialog a gain-> occurs server error (as comment below)
High
41513
[5.7++] FF 3.6 Large search - Searching criterias are not show on large search page [5.7++] FF 3.6 Large search - Searching criterias are not show on large search page Des: Go to a list (a list is already search with some criteias) open its large search page Error: Search criteria panel on large search is empty http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 39a023f6-a16c-4a79-af7e-abef93e8c6f3 Expected: Should show criterias which being searching
High
41516
[5.7++] FF 3.6 Light search - Some problem with light search on FF 3.6 [5.7++] FF 3.6 Light search - Some problem with light search on FF 3.6 Des: 1. Result retured but Processing still run Open light search, search something by click on search button Result is returned on grid but processing still display (It must be stoped) as image: http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 984d647f-0d48-4924-9508-cde137c67fbf 2. "Add" and "Add & Close" buttons don't work Choose a row on grid of light search then click on Add or Add & close buttons -> Choosen resource is not add. Light search page also isn't closed after clicking Add & close button http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 2d36bd70-c930-4633-b249-45d27fdc04d5
High
41521
[5.7++] FF 3.6 Phone number - Can not save phonenumber [5.7++] FF 3.6 Phone number - Can not save phonenumber Des: Open a user or a company Input phone number/delete or edit phone number then save Error: Phone number on the user is not changed after saving http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 940178ef-1fbc-49fe-b13c-f4da82d2efb8
High
41528
[5.7++] FF 3.6 CGGrid - Can not edit value on any grid [5.7++] FF 3.6 CGGrid - Can not edit value on any grid (Any grid all get the problem) Des: Open Property grid of BMW project -> Can not edit value for property http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 54fc4af8-27f4-413f-9702-b6f77670f45d Or Open General Information tab of resource template -> can not edit value on Language editor http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 48c4a16e-1e74-4435-9423-39eb4184fb4a
High
41529
[5.8++] Send report mail - Can not open report pdf file from sending report mail(Report's name is long) Actions: - Open report list - Choose one has a long name as " 9006cat - CEM Economy - Weekly, 2009w45" - Make send report mail - Open the mail/bulkmail generated. Error: Can not open the attachment in this mail
High
41533
[5.8++](High)(CGS) Function: getQuestion() - Show Error: Object reference not set to an instance of an object. [5.8++](High)(CGS) Function: getQuestion() - Show Error: Object reference not set to an instance of an object. ** Action: - In CGS Prompt, I have a sample script: array qas = QAS_getCurrentQAS(); number user_resource_id = qas[QAS_USER_RESOURCE_ID]; array sD = qas[QAS_STARTDATE]; array sD_first = {1,1,1,1,0,0,0,1,40}; string last_rpq_status_path = "CATINET\\Internal Projects\\9235cat - Panel management\\Questionnaires\\9235cat - Panel data - DK\\D_Last_Participation_Outcome"; if (user_resource_id != 0 && DateTime_compare(sD, sD_first) != 0) { question last_rpq_status = getQuestion(last_rpq_status_path); print(last_rpq_status); } ** Actual result: - Show Error Message: Object reference not set to an instance of an object. ** Expected result: - Should show nicer error message.
High
41538
[5.7++] Communicator (FF3.6) - Can not send, save to draft or save & send later a mail in FF3.6 Actions: - Open My Communicator in FF3.6 - Generate a mail template to email - Enter recipient - Clic Send or Save to draft or Save & end later Error: Nothing happen
High
41547
[5.8++] Firefox 3.6 - User can't see the last variables in the lower panel Des : 1. Use the Firefox 3.6 browser to go to the rule list of the group 2. Select the rule in the rule list 3. Observe its variable list in the lower panel => User can't scroll the scrollbar to see the last variables in the variable list. However, the scrollbar is not displayed when there're a lot of variables Image for details : Image 1 : https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= f5fe7453-73a6-40b1-9306-05f6cd9ec0e6 Image 2 : https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 23004dc4-2738-4d9b-83ef-4fccc8766a0c
High
41557
[5.7++] Communicator (FF3.6) - Waiting page shown forever and the error dialog is wrong format when creating a bulkmail with the existed name Actions: - Open My Communicator in FF36 - Generate a mail template to bulkmail - Enter the name is the existed name and save it. Error: - The error dialog is wrong format - Wating page and the error dialog shown at the same time. And waiting page continue showing forever even though the error dialog is closed. Expected: as image 3
High
41559
[5.7++]Communicator (FF3.6) - Can not send a bulkmail in FF3.6 Actions: - Open My Communicator in FF36 - Open Bulkmail list - Choose one and open it - Preview and send Error: The progress bar show forever and bulkmail is not sent.
High
41560
[5.8 ++] (High) - FF 3.6 - Go to payment button on my webshop does not wok properly 1. Ver 5.8, 6.0 2. Des: FF 3.6 - Go to payment button on my webshop does not wok properly - FF 3.6 - Go to my webshop - Buy a product - Click Go to payment button to order the product --> Existing result: The button does not work
High
41567
[5.7++] FF 3.6 Resource list - Name of resource list is not show at the top right corner of page [5.7++] FF 3.6 Resource list - Name of resource list is not show at the top right corner of page Des: Go to any list Look at top right corner of current page -> Lacking name of opening list http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= b2dc1ed2-2fb5-4472-8ce6-0cb891205909 Expected: http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= a3755518-4003-4af1-a218-619abc6b5e17
High
41580
[5-7++] FF 3.6 - Fieldwork management cannot load [5-8++] FF 3.6 - Fieldwork management cannot load
High
41608
[5.8] Cgmail - Investigate cgmail logs growing realy big [5.8] Cgmail - Investigate cgmail logs growing realy big
High
41614
[5.8++] High - Dynamic Document/ Presentation report: View report, decimal numbers are displayed incorrectly _ Create or edit Dynamic document/ presentation report _ Use function Insert diagram/ Insert chart/ Copy diagram (Document) or Standard diagram/ Copy diagram (Presentation) _ Save and close report template _ View report -> Bug: Decimal numbers are displayed incorrectly ***Report: _ Dynamic Doc 290110 - 01 _ Dynamic PP 290110 - 01 https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 2af39308-57f4-4f0a-b0a0-690c8c609103 \\catproc\Personal\VyVan\Error_Clips\5.8\41614
High
41622
[5.8] High - Instant report: Diagram has no data even though data cache viewer had. _ View an instant report -> Bug: Decimal numbers are display incorrectly _ Clear cache _ View report again _ Open report template and preview -> Bug: Decimal numbers are display incorrectly and charts in report viewer and report template viewer are different. ***Report: 9518 topline (use account TheCode/swordfish) https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 7bfacf08-6839-4763-9939-e7bbeceed592
High
41623
[5.8] (High) My webshop - The option of product is not enabled although its status is in stock 1. Ver 5.8.0, 5.8.1 2. Des: (High) My webshop - The option of product is not enabled although its status is in stock - There is a product with an option that its status is in stock (project test) - Go to my webshop - Click to that product to see its option --> Existing result: Cannot buy that option because its link is disabled *** The bug happened on ver 6.0 and was fixed with ID: 41070 (don't know why it happen on ver 5.8 now)
High
41626
[5.8++] High - Quick report - Send Presentation report as attached file: All slides are empty [5.8++] High - Quick report - Send Presentation report as attached file: All slides are empty ***Report: Quick PP report 010210 - 01
High
41631
[5.8++] Firefox 3.6 - User can't input the decimal number for the target percent of the rule Des : Use Firefox 3.6 - User can't input the decimal number for the target percent of the rule
High
41641
[5.7] High - Diagram was duplicated when moving (FF3.5.7) 1.Go to Report-->Report Template 2.Open an existing document template which has a diagram inside. 3.Insert-->Copy Diagram to create new diagram. 4.Drag to move this diagram and drop to another place. Actual: The diagram was duplicated. Expected: Don't duplicate diagram when moving.
High
41657
[5.8 ++] (High) The period is not automatically locked when supervisor registers time for users in Activity manager on the last day of the period 1. Ver 5.8, 6.0 2. Des: The period is not automatically locked when supervisor registers time for users in Activity manager on the last day of the period ***Note: The bug happens when supervisor registers time for users in Activity manager on the last day of the period but the period is not automatically locked. If you cannot reproduce the bug, please create some Pause EA records. These pause records break our current lock logic
High
41666
[5-8++] Server error when halltest PQ from mycatinet ot heisenberg Questionnaire : 9626fdm undersøgelse om rejser
High
41668
[5.7++] Some resources type cannot be created successfull via Create button on Rex control [5.7++] Can not create some resources type via Create button on Rex control Go to Cost list (Tools/Admin/Asset/Costs) Open a Cost CRD Click on Create button on Path field, chose creating 'Translation job' (also happen when create other resource such as: Coding job, My portal content, Layout template, Cost, Panel selector, Export job, Bulk mail ...) Error: https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= b95e9536-dbb7-48ef-b399-0c8a8a15854e https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= f55eb89f-49fa-4770-ac65-5eb63917fccc
High
41674
[5.7 ++] (High) Server error when analyze time on a project that its sub project has the same name 1. Ver 5.7, 5.8, 6.0 2. Des: Server error when analyze time on a project that its sub project has the same name - There is a project with name "le project" - That project has sub project with the same name - There is some users that registered on two project - Go to Analyze time tab on cost tab of parent project - Click to View button --> Existing result: Error as comment below
High
41677
[5.8++]Communicator - Can not send SMS to more than one users Actions: - Open My Communicator - Compose an SMS - Add recipient: more than one user or more than one group - Send this SMS Error: Get error as image
High
41695
[5.8++]-(HIGH)-DCS - Cached record not correct Action: View the list of old DCSs, Cached data status is "Up-to-date", but Cached records = 0, and when view these DCS, I have 2 results (as below images): 1. Have so many records (Ex: 5312bmw_AQR_Sales_2009) <= Expect: count correct number of records in the list 2. Have a warning msg (Ex: 5312bmw_AQR_Service_112009) <= Expect: Out-of-date
High
41698
[5.7++]-(HIGH)-DCSExport - Remove the colon in the spss syntax 1. Create new dcs export with PQ have name include colon character 2. Finish export job ***Existing result: file result *.sps have the colon in name ***Expected result: plz remove it
High
41703
[5.8] Report - Get server error when exporting report named 07010501 to PDF file Report - Get server error when exporting report named 07010501 to PDF file
High
41731
[5.7 ++] Function Axis_removeOption(axis, optionIndex) works incorrectly 1. Ver 5.8, 6.0 2. Des: Function Axis_removeOption(axis, optionIndex) works incorrectly Data test: test bug for Khanh 08022010 Ex: DCS_use(35490788); // -- DCS: 9235cat - Panel recruitment // Update axis Time period to include new weeks (4 week period) string axisName = "Time period"; array axis1 = AxisSet_getAxis(axisName); bool a = Axis_removeOption(axis1 ,"1/2010"); AxisSet_save(); DCS_save(); print(axis1); print(a); print(Axis_countOptions(axis1));
High
41732
[5.7 ++] (High) FF 3.6 - Step Final is not reached when Buy button at step Payment clicked 1. Ver 5.7, 5.8, 6.0 2. Des: (FF 3.6) Step Final is not reached when Buy button at step Payment clicked - User has no money enough to buy on webshop - Go to webshop page and buy an item which is non-physical type - Go through some steps on buy wizard until step Payment - Click Buy button -> Existing result: Step fianl is not reached. -> Actual result: buy wizard is finished and step Final should be shown to user
High
41745
[5.7++] Server error displayed when searching the Observer in the task list Des : 1. Go to task list 2. Click Search button 3. Select the Observer checkbox and input the user/group for this filter 4. Click Search button => server error is displayed
High
41754
[5.8++]-(High)-Coding - Lnf - IE - some of the rows are shrink 1. Open coding hiv of PQ: Minh_Questionnaire_For_Testing ***Existing result: some rows display not good ***Expected result: it should show nicer
High
41769
[5.8++] High - Tracking: Cannot show Trend line due to error _ View a Tracking diagram _ Check Trend line option and Show results as table _ Click Update _ Press Alt + T -> Bug: Trend line cannot be generated due to error "[ERROR] [Invalid cell name: B15]" *Expected: Trend line can be shown correctly. ***Diagram: any Tracking diagram https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 3a40d9b9-979d-4558-9f09-92159593cc3e
High
41778
[5.8] High - Document report - Export PDF: Signs of Significance are displayed incorrectly _ Create a quick report with Significance in Table charts _ Export to PDF -> Bug: Signs of Significance are displayed incorrectly. ***Report: Quick Doc 100210 - 03 https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 26a9a3a0-e9e3-4a9f-b0c9-29dddd51ee6b
High
41783
[5.8++] High - Dynamic document report - Export PDF: Decimal numbers are displayed incorrectly [5.8++] High - Dynamic document report - Export PDF: Decimal numbers are displayed incorrectly ***Report: Dynamic Doc 290110 - 01 https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 20682df5-60a1-4dfc-9bda-4f63f4b82f09
High
41789
[5.8++] High - Document & Presentation report - Copy diagram - View a diagram, decimal numbers are displayed incorrectly [5.8++] High - Document & Presentation report - Copy diagram - View a diagram, decimal numbers are displayed incorrectly ***Account: TheCode/swordfish _ Report: Stand Doc 100210 - 01 https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 5425afdb-19f8-4ccf-92a3-b1f52ca01839
High
41791
[5.8++][High]Viewer - Server error happens when call a constant from answer option or sub question by cgscript [5.8++]Viewer - Server error happens when call a constant from answer option or sub question by cgscript. (see image.) http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= d1439651-fb70-4f23-9cd7-2a2fa44eb7d8
High
41803
[5.8++] High - Dashboard - Cross diagram: Decimal number are displayed incorrectly [5.8++] High - Dashboard - Cross diagram: Decimal number are displayed incorrectly ***Dashboard: _ 5.8: Danny's Dashboard 110210 - 01 - Cross _ 6.0: Danny's Dashboard 270110 - 2798 - Cross - Pls don't use https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 0a352245-9b46-44dd-9af3-26cc71ff027a
High
41809
[5.8++] High - Standard diagram - Inline style sheet: Cannot preview chart in Inline style sheet editor [5.8++] High - Standard diagram - Inline style sheet: Cannot preview chart in Inline style sheet editor ***Diagram: _ 5.8: Standard 110210 - 01 - Bar _ 6.0: Copy (1) of Standard 250110 - 2798 - Bar - Pls don't use https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= b78d2070-10d6-42d3-ae36-5e5f70b0da99
High
41811
[5.8++] High - Tabulation - There're redundant 0 in Tabulation viewer [5.8++] High - Tabulation - There're redundant 0 in Tabulation viewer ***Tabulation: Test bug TS 110210 - 01 https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= bd03b235-0882-404d-b24f-83f6e3caa8a3
High
41818
[5.8++]-(HIGH)-DCS - Cannot view the following excel file, which is exported from a DCS. 1. DCS 5.8: TR_ DCS for Userneeds performance issue 2. View and download cache data 3. Open result ***Existing result: cannot view excel file ***Expected result: it can be viewed correct
High
41822
[5.8++] High - Document report template - Copy diagram - Report template tab - Decimal number are displayed incorrectly in previewer _ Open Document report template that had some table chart _ Click Copy diagram button, open report template tab _ Choose a table chart and preview -> Bug: Decimal numbers are displayed incorrectly. ***Report: Stand Doc 190210 - 01 https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= ad9bd8f2-dc90-4baa-b602-8c63b57cd26f
High
41826
[5.7++] High - Dashboard - Hidden time set - Change DCS, Js error occurs and Processing dialog runs forever _ Edit a Dashboard that had some DCSs _ Add Hidden time set item, choose DCS -> Bug: Js error occurs https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 5bada6d6-dcb2-459f-bf44-6e407b356203
High
41828
[5.8 ++] (High) - For Coloplast site - Titel problem when opening products from "Most popular products" 1. Ver 5.8, 6.0 2. Des: For Coloplast site - Titel problem when opening products from "Most popular products" Michael wrote: Hi Data, Another bug to be given high priority since it is for Coloplast. When opening a product detail via “Most popular products” category, the category shown in front of the product detail seems quite random. E.g. in this example the category is shown as “Sponsoring” even though this product does not even exist in Sponsoring. You need to make sure, that when a product is opened from “Most popular products” or “Newest products”, that this is also the title on the detail product view. Fix must be merged back to 5.8. (see image for more detail)
High
41833
[5.8] VN2567REP - Cannot generate diagram when choosing 2 columns and 1 row items [5.8] VN2567REP - Cannot generate diagram when choosing 2 columns and 1 row items http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 3b37745c-4656-4cdd-8279-ce775e4061aa
High
41834
[5.8++] High - Standard diagram: Average, Max, Min, Sum values show empty when view chart _ View Standard diagram in Diagram list or view in its editor -> Bug: Average, Max, Min, Sum values show empty when view chart ***Diagram: Standard 220210 - Table - 01 https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= a0cc85fa-db51-4b25-84d5-07169f06cf0c
High
41843
[5.8++]-(HIGH)-CGS- There're redundant backslashes before quotation marks 1. Run this cgs 5.8: DCS_use(43391098); print(selectColumn(Test_Open_Without_Closed_Part) where true); ***Existing result: {\"oto\"} ***Expected result: {"oto"}
High
41871
[5.8++] Communicator - SMS Keyword merge field is not merged when previewing a bulksms Actions: - Open My communictor - Generate a mail templte has a SMS Keyword merge field to BulkSMS - Enter name, preview bulksms Error: SMS Keyword merge field is not merged when previewing a bulksms as image
High
41875
[5.8++] High - Mycatinet site - Tracking diagram - Time period: End week does not update automatically _ Highlight a Monitor and click Go to site _ Choose a Tracking diagram -> Bug: End week is still 1 even though we had data of week 5 *Expected: End week and End year is updated automatically. ***Monitor: CEM Intelligence - Monitor
High
41893
[5.7++] - High - Presentation Editor - Show error when click Save [5.7++] - High - Presentation Editor - Show error when click Save
High
41897
[5.8++] High - Document report viewer - Decimal constant in Table chart displays incorrectly (Danish culture) _ Open Document report template that had constants' values _ Insert constant to template, expression, table chart and save _ View report -> Bug: Decimal constant in Table chart displays incorrectly ***Account: TheCode/swordfish ***Report: Stand Doc 240210 - 01 - Constant https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= dd3a1406-2b3f-4d12-b162-a868d0db7fbf
High
41899
[5.8++] High - Document report template: Constants/ expressions/ diagrams are always inserted to the beginning of report template _ Open report template that had constants' values _ Put cursor to expected position _ Insert constants or expression or diagram -> Bug: Constants/ expressions/ diagrams are always inserted to the beginning of report template *Expected: They are inserted to expected position. ***Report: Stand Doc 240210 - 02 \\catproc\Personal\VyVan\Error_Clips\5.8\41899
High
41912
[5.7++] High - Document report viewer: Cannot view constants when viewing a report that used existing report template _ Copy a report template that existed some constants in editor _ Highlight new copied report template and create Template constants by copying constant from source report template _ Create new report with report template that has just been copied _ Input constant values and save _ View report -> Bug: Cannot view constants' values ***Report: Stand Doc 240210 - 03 - Constant https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 15bb109e-68f5-4e10-8ae4-6bd142bc318d
High
41915
[5.8++] HTMLEditor - & char is replaced to & in HTMLEditor Actions: - Create a new mail template - Add a link to content as : http://cghead.catglobe.com/Login.aspx?r=5892295f-80f5-43fd-a39f-d4adcfbd0089&n=1 - Save mail template and open gain Error: The & char is replaced to & as image: http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 12d73198-6b27-45bd-86f8-f2452c0186f7
High
41916
[5.8++]-(High)-Import- Currency Validation work wrong when import valid text and number currency [5.8++]-(High)-Import- Currency Validation work wrong when import valid text and number currency ** Prerequisites: - Currency Column with valid number, text currency value in excel file. (Attachment) ** Actions: - Open to Import Data Wizard. - choose excel file to import from attachments. - map currency source column to currency destination column. - Next to validation step. ** Actual Result: - Dialog show error messages with valid text: SEK, NOK. ** Expected Result: - There is any error with these values. We can finish import job.
High
41955
[5.8++] - High - Standard Diagram - Chart fill and graph fill of style sheet do not applied in diagram viewer [5.8++] - High - Standard Diagram - Chart fill and graph fill of style sheet do not applied in diagram viewer
High
41980
[5.8++]-(HIGH)-CGS - Error message is shown incorrectly while running scripts 1. Run this cgs on mycatinet or preprod: DCS_use(36344523); print(count() where Status==5); ***Existing result: Input string was not in a correct format ***Expected result: script run success
High
41985
[5.8 ++] (High) FF - Activity manager - User's time zone and date as understood by the employee do not show when choosing a user 1. Ver 5.8, 6.0 2. Des: FF - Activity manager - User's time zone and date as understood by the employee do not show when choosing a user - Open activity manager page - Go to Final registration tab - Highlight a user - See timezone of user at User's time zone and date of user at date as understood by the employee --> Existing result: It does not show (see image on FF) --> Expected result: As on IE (see image on IE)
High
41990
[5.8] CRW - Error shown when copying a task Actions: - Open task list - Search task id: 4936 - Make copy it - Use default infor and finish copy job Error: Get error as image: http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 320f6a1d-620a-4c41-800d-329bc5b3fd49
High
41993
[5.7++]-(HIGH)-Import - Cannot import close part of a Open question by using comma separation 1. Choose excel file from attachment for import 2. Choose PQ: Minh_Questionnaire_for_testing 3. Check use comma separation 4. Map Test_open_has_closed_part and Test_open_has_closed_part _ao_1 to Test_open_has_closed_part and Test_open_has_closed_part_closed 5. Next ***Existing result: Error row #1 Test_Open_Has_Closed_Part_AO_1 --> Test_Open_Has_Closed_Part_Closed : Invalid length of value. Expected: 3 (the value = '1') Error row #6 Test_Open_Has_Closed_Part_AO_1 --> Test_Open_Has_Closed_Part_Closed : Invalid length of value. Expected: 3 (the value = '1') ***Expected result: the value can be imported.
High
42006
[5.8] High - Document report - Server error when exporting report to PDF Server Error in '/' Application. -------------------------------------------------------------------------------- Specified argument was out of the range of valid values. Parameter name: value Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: value Source Error: Line 62: throw new ArgumentOutOfRangeException("value"); Line 63: } Line 64: } Line 65: Line 66: /// Source File: f:\Heisenberg5801Product\CatglobeCommon\Helpers\StringValueAttribute.cs Line: 64 Stack Trace: [ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: value] CatGlobe.Common.Helpers.StringValueEnumHelper.ParseStringValue(String value) in f:\Heisenberg5801Product\CatglobeCommon\Helpers\StringValueAttribute.cs:64 CatGlobe.Web.ReportModule.Download.BuildReport(HttpContext context) in F:\Heisenberg5801Product\CatGlobeWeb\ReportModule\Download.ashx.cs:73 System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +599 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +171 -------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.3082
High
42019
[5.8++] High - Document report viewer: Insert chart by using Insert chart/ Insert diagram/ Copy diagram, decimal numbers are displayed incorrectly. _ Open report template _ Insert chart by using Insert chart/ Insert diagram/ Copy diagram _ Preview/ View report -> Bug: Decimal places are displayed incorrectly. ***Account: TheCode/swordfish ***Report: Stand Doc 240210 - 02 https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 234d56b5-4e5f-4ea5-a245-2e484e9cdf6e
High
42116
[5.8++] High - Preprod site - Presentation report: Cannot view report due to error dialog _ Highlight a PP report and view -> Bug: An error dialog appears ***Report: 103 - Amager - Nysalgsrapport - 1H2009 https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= f3c5b3e2-461a-42d4-8208-11522adde44f
High
42127
[5.7++] - High - Tracking Diagram - Problem with add new brand and save [5.7++] - High - Tracking Diagram - Problem with add new brand and save
High
42137
[5.7++] - High - Tracking Diagram - Show error message when input special character and save [5.7++] - High - Tracking Diagram - Show error message when input special character and save
High
42142
[5.8++]-(High)- Import Data- Import space instead of null when Importing Empty area or extension number [5.8++]-(High)- Import Data- Import space instead of null when Importing Empty area or extension number ** Pre-conditions: - user phone number with empty area and extend. ** Actions: - Open Data Import Wizard module. - Choose attach excel file to import. - See attach image for more details. ** Actual Result: - Import space char instead of null value. (Let's see on attach image) ** Expected Result: - Import null value, and present phonenumber properly in GUI.
High
42145
[5.8++]-(High) mycatinet site- Coding Job - Error: saving coding job after clear all code [5.8++]-(High) mycatinet site- Coding Job - Error: saving coding job after clear all code ** Prerequisite: - site: mycatinet - coding job: 9368ifk Kursus 2010 ** Actions: - Open a coding job (to a single question, one of its answer options has open property (simi-open), ex. value 5) - Code some rpq with code_value = 5. Then Save all - Search for these coded rpq again. Save_all one more time. ===> redundant record is added in data_open table for each coded rpq. - Click Clear_all and Save_all. - The problem may happen when coded rpqs are saved again: there is one record added for each rpq with value = . ** Actual result: - a pop-up dialog will appear: Error deleteing Data records. and page will time-out. (see on attach image) ** Expected result: - coding job should be saved properly.
High
42159
[5.7++] Firefox - The Save button in Recalcuate duplicates doesn't work in the doublet list correctly Des : 1. Go to the duplicate user list by Firefox browser 2. Click "Recalculate duplicates" button 3. Input the criteria 4. Click Save button => It doesn't work
High
42174
[5.8++]-(High)-Coding - JS error when set all 1. Choose PQ: Minh_Questionnaire_for_testing, open coding tab 2. Choose Vu_CodingJobs_test 3. Search Show code and show temporary 4. Click Clear all 5. Click set all, input 5 and click Ok ***Existing result: Js error display ***Expected result: no error display Plz look image for detail https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= e8cef41f-b32f-4c6b-bc82-9ca27dafde3b
High
42198
[5.8.0.1 & 6.0] VN2778REP - Server error when export to PDF by Old and 2009 version of tabulation. VN2778REP - Server error when export to PDF by Old and 2009 version of tabulation. Note : on http://heisenberg5801.catglobe.com/DefaultCatGlobe.aspx use the tabulation name 090310 2778 classic
High
42199
[5.8.0.1 & 6.0] VN2778REP - Get server error when export to PDF the table which has alot of columns VN2778REP - Get server error when export to PDF the table which has alot of columns Note : on http://heisenberg5801.catglobe.com/DefaultCatGlobe.aspx use the tabulation named 090310 2778 classic axis too much
High
42202
[5.8++]-(HIGH)- Product order is null in Stock_Transaction [5.8++]-(HIGH)- Product order is null in Stock_Transaction
High
42206
[5.8++]- (High)- Import - System is not stable when importing excel file, sometimes exception occurs **Description: [6.0] (High) System is not stable when importing excel file, sometimes exception occurs ** Presequites: - There are some excel file (.xls) **Actions: - Navigate to Data Import Wizard - Import an excel file -Observe some excel file are import successful, but exception occurs with some excel files ** Actual result: Exception occurs Exception Details: System.IndexOutOfRangeException: Index was outside the bounds of the array. Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Stack Trace: [IndexOutOfRangeException: Index was outside the bounds of the array.] CatglobeInternalExcelLoader.InternalExcelLoader.LoadRange(Workbook internalWorkBook, NamedReference namedReference) in f:\HeadProduct\CatglobeInternalExcelLoader\InternalExcelLoader.cs:84 CatglobeInternalExcelLoader.InternalExcelLoader.LoadWorkBook(Workbook internalWorkBook) in f:\HeadProduct\CatglobeInternalExcelLoader\InternalExcelLoader.cs:44 CatglobeExcelLoader.ExcelLoader.LoadWorkBook(String fileName) in F:\HeadProduct\CatglobeExcelLoader\ExcelLoader.cs:14 CatGlobe.Framework.Data.ImportJobs.ExcelReader.Read(String fileName) in f:\HeadProduct\CatGlobe\Framework\Data\ImportJobs\ExcelReader.cs:227 CatGlobe.Framework.Data.ImportJobs.ImportJobManager.get_ExcelReader() in f:\HeadProduct\CatGlobe\Framework\Data\ImportJobs\ImportJobManager.cs:61 CatGlobe.Framework.Data.ImportJobs.ImportJobManager.get_SourceData() in f:\HeadProduct\CatGlobe\Framework\Data\ImportJobs\ImportJobManager.cs:45 CatGlobe.Web.DataModule.DataImport2.DataImportWizard_Step1.IsValid() in f:\HeadProduct\CatGlobeWeb\DataModule\DataImport2\DataImportWizard_Step1.ascx.cs:508 ASP.datamodule_dataimport2_dataimportwizard_step1_ascx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) +316 System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +115 System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +240 System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +240 System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) +42 System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +240 System.Web.UI.HtmlControls.HtmlTableRow.RenderChildren(HtmlTextWriter writer) +57 System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) +42 System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +240 System.Web.UI.HtmlControls.HtmlTable.RenderChildren(HtmlTextWriter writer) +57 System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) +42 System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +240 System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +240 System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer) +253 System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output) +87 System.Web.UI.HtmlControls.HtmlForm.RenderControl(HtmlTextWriter writer) +53 ASP.datamodule_dataimport2_dataimportwizard_aspx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) +129 System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +115 System.Web.UI.Page.Render(HtmlTextWriter writer) +38 CatGlobe.Web.Common.ClassBase.PageBase.Render(HtmlTextWriter writer) in f:\HeadProduct\CatGlobeWeb\Common\ClassBase\PageBase.cs:410 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4240 (see attachment for more details) ** Expected Result: - All excel file are imported successfully
High
42242
[5.8++] High - Instant cross viewer - Remove error text "[ERROR][Division by zero]" from pct column while abs column is containing 0 and not pressing Alt + T [5.8++] High - Instant cross viewer - Remove error text "[ERROR][Division by zero]" from pct column while abs column is containing 0 and not pressing Alt + T ***PQ: sublime 100310 https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 67b47ee0-6671-4ab9-a32a-2bb85455f2f2
High
42251
[5.8.0.1&6.0] High - Dashboard - Can not save Steps: -Reports -> Dashboard - Open 1 dashboard -> save Actual: error showed https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 9fce59ec-269f-4a5e-ac0e-b96cd0050769 Expected: Save normally
High
42295
[5.8++]-(High)-DCS - Error when download excel file 1. Login http://mycatinet-preprod.catglobe.com/DefaultCatGlobe.aspx with test_martin_data01 / Ch@mp10n 2. Down load dcs: 8386cat - CEM Bank Intelligence ***Existing result: plz look image ***Expected result: it can be download success
High
42297
[5.8++]Questionnaire viewer - X on scale shown on load [5.8++]Questionnaire viewer - X on scale shown on load. The X on the scale questions is shown upon load, only after the whole page has loaded is it made invisible. I would consider this a serious bug in a questionnaire, since it might make people choose differently based on what they saw a glimpse of.
High
42324
[5.8.0.1 & 6.0] High - External style sheet - Chart watermark - Cannot add image due to server error [5.8.0.1 & 6.0] High - External style sheet - Chart watermark - Cannot add image due to server error http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= e765dec7-ceec-4620-85d3-c0a6935f424b
High
42330
[5.8 ++] (High) LnF for Coloplast - Product option name never line breaks in right side, only breaks if more than 10 chars 1. Ver 5.8, 6.0 2. Des: (High) LnF for Coloplast - Product option name never line breaks in right side, only breaks if more than 10 chars - Using standard screen resolution: 1024x768 - There is a product that has some options: 10 € and 10€ - Go to my webshop to buy that product - See the name of the option show --> Existing result: It breaks for option 1 as below "10 €" Michael: Hi Data, Coloplast are requesting more fixes/changes for 5.8++. Could you help with the following: Ensure that product option name (“10 €”) never line breaks in right side. Not sure how to do this best… maybe just ensure it only breaks if more than 10 chars.
High
42398
[5.8++]-(High)-CG Script- getQuestionText() work wrong since remove HTML tag in question text [5.8++]-(High)-CG Script- getQuestionText() work wrong since remove HTML tag in question ** Note: this bug can come from fixing bug task: 41756 **Action: - PQ Resource: Vu_Qnaire_Hanh_Test_MailTemplate - Plz Run this sample script setRPQId(34066831); question q = getQuestion("MailTemplate"); string q_text = getQuestionText(q); print(q_text); - The bug also come with 2 csgscrip function: getSubQuestionText(), getAnswerOptiontext(). setRPQId(34066831); string q_subtext = getSubQuestionText("q_text_grid_1",1); print(q_subtext); string q_answer_option_text = getAnswerOptionText("q_text_grid_1",1); print(q_answer_option_text); **Actual result: - Returned text remove html tag. It convert html text to plain text. **Expected result: - Should NOT remove html tag.
High
42407
[5.7++]-(High)-Export Module- Can't not finish Export job when User Language: Vietnamese [5.7++]-(High)-Export Module- Can't not finish Export job when User Language: Vietnamese **Pre-conditions: - User with Vietnamese language. - Export job resource (Export data for Minh_Questionnaire_For_Testing). ** Actions: - Login to system with the user. - Open Export job list. - Highligh export job resource, then Click Run to build update DCS. - Click Finish to complete Export Wizard. - Build DCS dialog will show progress of export. ==> Actual result: We can't not finish building DCS for export resource
High
42486
[5.8++] High - Instant report: Decimal numbers are displayed incorrectly _ Highlight a PQ and view report -> Bug: Decimal numbers are displayed incorrectly. ***Account: TheCode/swordfish ***PQ & Report: Use for instant report - Pls don't use - 220310 - 01 https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 51b9068a-f017-41c4-adae-88342df525ff
High
42501
[5.7++]-(High)-DCS - Should have error message when add filter negative value for Single 1. Create or open dcs 2. Add filter , choose single quesiton, enter value -9 3. Save ***Exisiting result: save success ***Expected result: show error
High
42505
[5.8++][High] - JS error happens when user delete all quotas [5.8++][High] - JS error happens when user delete all quotas (created due to no description). When delete all quotas, it make the list is empty and get a JS error when reload. You can try to retest with any PQs have quotas. @Hi a Phong: we get the JS error when reload the list, actually all quotas were deleted. You can close processing page , then close PQ CRD and the JS error will gone.
High
42521
[5.8++] High - Local site - Document quick report - Diagrams are not generated and displayed as "red cross" symbol Webconfig : View a document quick report on local site with the key in webconfig as above -> Diagrams generated are displayed as "red cross" symbols
High
42599
[5.8++]-(High)- Export Module - FF > 3.5: Can not finish Export data to other file type (Inspite, SAS file) [5.8++]-(High)- Export Module - FF > 3.5: Can not finish Export data to other file type (Inspite, SAS file) ** Actions: - Firefox > 3.5 - Open Data Export Wizard. - Perform export job to Inspite, SAS file type. ** Actual Result: - Can not reach to next stepbecause of Progress dialog display and run forvever. ** Expected Result: - Can reach to the next step.
High
42685
[5.8++]Questionanire editor - Buttons in editor don't work when adding a scalegrid and remove all text & value of it. [5.8++]Questionanire editor - Buttons in editor don't work when adding a scalegrid and remove all text & value of it. **Action: - Create a new qnaire. - Add a scale grid question. - Don't save. - Remove all text and value of each sub question. - Save or do something. ---> Error : Editor is halted and all buttons don't work.
High
42710
[5.8++] - Report templates - Show java script when generate copied diagram. [5.8++] - Report templates - Show java script when generate copied diagram.
High
42833
[5.8++] Js error displayed when saving the existed event after updating its index Des : In the event tab of the Bulkmail resource template , we have the structure like below : Event 1 Event 2 Event 3 1. Update the index of the "Event 3"by clicking "Move up" button 2. Select the "Event 3" and click Open button 3. Edit some info of "Event 3" 4. Click Save button => Js error displayed in IE and the event can be saved
High
42846
[5.8++]-(High)-CGS: Function: Task_new doesn't check resource access to ParentResourceId parameter. [Reproducing]-(Med)-CGS: Function: Task_new doesn't check resource access to ParentResourceId parameter. ** Prequisite: - Log In with VuCAT002 / 123456. - Open the Workflow Resource: Vu_WF_Bug_Resource *** Actions: - Run the sample script in workflow promt. *** Actual result: - New Task Object was created. But New Project wasn't due to lack of resouce access to parent resource. *** Expected result: - It will error message: No resouce access on parent id like New Project case.
High
42857
[5.8++]-(HIGH)-CGS - Function setPhonenumber() show the error with the extra "2" in the specified phonenumber 1. Run this cgs: setRPQId(34066738 ); setRPQUserId(8484172); setPhoneNumber(PhoneNumber_Type_Mobile1,"20530010",45); ***Existing result: Invalid phone number in the specified country: '45-220530010'. Function 'setPhoneNumber' failed. ***Expected result: it should run success
High
42884
[5.8.0++] Communicator - Prevent wrong html tags in mail template Des: Action: open the mail template, open html editor, paste in the html code, view the result in Design view, save and close it. Open it again. Error; the body text is gone. It should be possible for the user to paste things from WORD to an existing mail template/new template without those word tags and other tags when pasting the text to the Design view.
High
42888
[5.8] (High) Tabulation_saveAsReport() function - The change was not updated to the report 1. Ver 5.8 2. Des: (High) Tabulation_saveAsReport() function - The change was not updated to the report ** Step 1: - Run the script below array groups = {{1, "Read"}, {2, "Write"}}; createCrossDiagram({"DAG"},{"Age"}); print(Tabulation_saveAsReport("Chiá»チu 0904", 36310986, groups, true)); - After running, tabulation viewer show a diagram exactly - Check the report that is saved from the tabulation, and got the result correctly ** Step 2: - Change a little in the diagram by editing and running the script as below array groups = {{1, "Read"}, {2, "Write"}}; createCrossDiagram({"D_Region"},{"Age"}); print(Tabulation_saveAsReport("Chiá»チu 0904", 36310986, groups, true)); - After running, tabulation viewer show a diagram exactly - Viewed the report once more time to check if this change was updated or not --> Found that the report still showed the original diagram, i.e, the change was not updated to the report ** Data check: Tabulation with name 'Chiá»チu 0904'
High
42898
[5.8 & 6.0] The instant cross viewer is opened before the DCS is completed rebuilding. VN3056REP - The instant cross viewer is opened before the DCS is completed rebuilding. Step: 1. Use the version 5.8.0.1 and 5.8.0.0 of heisenberg + cghead: http://heisenberg5801.catglobe.com/DefaultCatGlobe.aspx 2. Use the account : sublime_en/123456 3. View cross of the PQ named : sublime 080210. Click "View cross" twice. 4. There are more users have answer this PQ -> use option 1 to see the updated data. Problem : the instant cross viewer is opened before the DCS is completed rebuilding.
High
42899
Questionnaire editor - Can't open questionnaire editor when running JRE 1.6.0_19 Questionnaire editor - Can't open questionnaire editor when running JRE 1.6.0_19
High
42908
[5.8++] High - Style sheet (ex+in) - Table chart - Row headers - Hide Width setting since it's not implemented now [5.8++] High - Style sheet (ex+in) - Table chart - Row headers - Hide Width setting since it's not implemented now http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= d3632124-65e3-4f74-883c-ca4c995ed55c
High
42952
[5.8.1]Halltest - Number constant - Server error happens when user halltests a questionnaire having null value of min max [5.8.1]Halltest - Number constant - Server error happens when user halltests a questionnaire having null value of min max
High
42956
[5.8 ++] (High) - Import module - JS error and processing forever when choosing a .xlsx file to import 1. Ver 5.8, 6.0 2. Des: (High) - Import module - JS error and processing forever when choosing a .xlsx file to import - Import wizard is being opened - Choose a .xlsx file to import (the attached file) --> The existing result: ** On IE browser, JS error and processing forever (see image for more detail) ** On FF browser, show a error dialog that "The uploaded file type is not correct. An XLS file type is expected."
High
42990
[5.800 & 5.801] - FF3.6 - Standard Diagram - Can not open standard diagram editor. [5.800 & 5.801] - FF3.6 - Standard Diagram - Can not open standard diagram editor.
High
42993
[5.800 & 5.801] - FF3.6 - Presentation Editor - Can not open presentation editor [5.800 & 5.801] - FF3.6 - Presentation Editor - Can not open presentation editor
High
43007
[5.8++]-(High)-(DCS Editor) ComboBox on Status Column didn't work with FF browser ** Prerequisites: - At least Manager access to a DCS Resource. - FF browser (e.g. 3.6) ** Action: - Open DCS Resource list - For a particular row in DCScolumn list, click on status column to display a combox box. ** Actual Result: - Combo box didn't show up. ** Expected Result: - combo box will show up (like attach image)
High
43014
[5.8.0.1] VN2798REP - Table chart - 0 values are not hidden in PPT file _ In style sheet editor, choose Table chart, set Hide zero values and save _ Create PP report with above style sheet, insert a Table chart into template, save and close _ View report -> Bug: 0 values are not hidden in PPT file ***Report: Stand PP 160410 - 01 https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 4ec0b5d6-049d-4576-b106-ba5b154afa0e
High
43015
[5.8++] Default start page shown error after user logined Actions: - Login with default start page by url: http://heisenberg.catglobe.com/Login.aspx?u=CAT11083552&p=AYPHZwQh&ReturnUrl=/Default.aspx Error: As image: http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= bcb61fd6-563b-4698-a21a-1bf155d3f689 (Comment: if ((reqs.Count == 0) || (reqs.Count == 1 && reqs["ReturnUrl"] != null) || (!string.IsNullOrEmpty(reqs["u"]) && !string.IsNullOrEmpty(reqs["p"])) ) this last one is due to the reqs.count==1 check and the logic for u and p parameters are bad also)
High
43042
[5.8++]-(High)-RCS for PQ: Data retrieved incorrectly. ** Prerequistes: - a test RCS of Questionnaire resource. (DataTest: RCS Questionnaire 4 Testing). ** Actions: - View test RCS to check data. (by Datacache viewer or Excel) - For a specific RQPId, compare the following information with database: + numbers of row data. + CATIContactId columns. ** Actual Results: + There are differences between datas return datacache and database . The datacache seems to get data incorrectly. ** Expected result: + The datacache will get data correctly.
High
43054
[5.8.1 & 6.0] VN2778REP - The PDF is not good in case culture is Danish VN2778REP - The PDF is not good in case culture is Danish. Step : 1. Use user sublime_dk, pass : 123456 2. Run the script named : 240310 2778 ifka vertical --> the PDF as the attachment or the image , pls see them for mre details. http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 0617bceb-f19b-49dc-8788-36b5a58532e1
High
43067
[5.8] Dashboard: Decimal numbers are displayed incorrectly. _ Insert static diagram to dashboard and save _ View dashboard -> Bug: Decimal numbers are displayed incorrectly. ***Dashboard: Dashboard's bug 190410 - 01 https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 6abb91fd-adfb-401a-b3b5-6822362cd66d
High
43070
[5.8.0.1] FF 3.6 - Document report template: Cannot see any thing in report template even though there're some charts in viewer _ Highlight a report and view -> Some charts are generated. _ Open its report template -> Bug: Cannot see anything. ***Report: Stand Doc 160410 - 01 https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 7cb44009-5fce-4795-984c-4a5fb9a5a0ac
High
43094
[5.8++] (High)User can not save their information after changing **Description: [5.8++] (High)User can not save their information after changing **Actions: 1- Navigate to 'All user list' page 2- Open a user 3- Change information of that user 4- Save after changing 5- Observe, exception occurs ** Actual result: Exception occurs when user save their information after changing Resource_Team_Group__Id Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.IndexOutOfRangeException: Resource_Team_Group__Id Source Error: Line 291: static private TeamGroup Create(ref CreateOrd co, IDataRecord reader) Line 292: { Line 293: int ordId = reader.GetOrdinal(PC.ResourceTeamGroup.Id.Alias); Line 294: int ordGroup = reader.GetOrdinal(PC.ResourceTeamGroup.GroupId.Alias); Line 295: int ordTeamtype = reader.GetOrdinal(PC.ResourceTeamGroup.TeamTypeId.Alias); Source File: f:\Heisenberg5801Product\CatGlobe\Domain\Teams\TeamGroup.cs Line: 293 Stack Trace: [IndexOutOfRangeException: Resource_Team_Group__Id] System.Data.ProviderBase.FieldNameLookup.GetOrdinal(String fieldName) +2669342 System.Data.SqlClient.SqlDataReader.GetOrdinal(String name) +249 CatGlobe.Domain.Teams.TeamGroupAccess.Create(CreateOrd& co, IDataRecord reader) in f:\Heisenberg5801Product\CatGlobe\Domain\Teams\TeamGroup.cs:293 CatGlobe.DataAccess.AccessBase.ExecuteGetListCommand(CreateDelegateGen`1 create, String sql) in f:\Heisenberg5801Product\CatGlobe\DataAccess\AccessBase.cs:286 CatGlobe.Domain.Teams.TeamGroupAccess.GetListByResource(Resource resource) in f:\Heisenberg5801Product\CatGlobe\Domain\Teams\TeamGroup.cs:192 CatGlobe.Framework.Resources.ListConfiguration.BuildInfoScript(Resource resource, Boolean isFieldWorkManagement) in f:\Heisenberg5801Product\CatGlobe\Framework\Resources\ListConfiguration.cs:392 CatGlobe.Web.Common.Resources.View.ResourceViewEx.BuildInfo() in f:\Heisenberg5801Product\CatGlobeWeb\Common\Resources\View\ResourceViewEx.aspx.cs:2199 CatGlobe.Web.Common.Resources.View.ResourceViewEx.FireAction(String key) in f:\Heisenberg5801Product\CatGlobeWeb\Common\Resources\View\ResourceViewEx.aspx.cs:1043 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +29 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2981 ** Expected Result: -User can save their information successfully
High
43144
[5.8 ++] setUserRoleId - setUserRoleId() function doesn't work properly 1. Ver 5.8, 6.0 2. Des: setUserRoleId - setUserRoleId() function doesn't work properly - Don't have enough access to the user whose id is '82632986' --> In the returned user array the password will be replaced by '******'. When the setUserRoleId() is called, it takes this fake password and saves the user object. As the result, user's password will be come '******'. ** Script run: setRPQId(82632986); array a = User_getQasUser(); print(a); setUserRoleId(getRPQUserId(), getRoleIdByName("Limited Access Employee")); --> result from print(a) {5,43415010,CAT11083591,15070739,******,False,0,False,{},{1,1,1,0,0,0,0,1,36},{1,1,1,0,0,0,0,1,36},en-GB,en-GB,,,,,,,0,36,,,,,,,,False,False,}
High
43154
[5.8++] - (High) - DCS didn't load questionnaire of a Questionnaire temlate ** [5.8++] - (High)- DCS did NOT load questionnaire of a Questionnaire temlate ** Descriptions: - Create new DCS for a questionnaire template. - After adding a questionnaire template by using REX, NO questionnaires of the template appear in Questionnaire list. (Plz look at attached image for details). ** Expected result: - Questionnaires of the template will be listed in Questionnaire list.
High
43226
[5.8.1 & 6.0] Standard/Comparison/Tracking/Campaign viewer : Numbers don't follow number format of current culture (Danish) Standard/Comparison/Tracking/Campaign viewer : Numbers don't follow number format of current culture (Danish)
High
40567
[5.8++] Lacking scroll bar on Delete, Destroy, Restore dialog [5.8++] Lacking scroll bar on Delete, Destroy, Restore dialog Des: Go to a list, highlight many resource then click on delete button Error: User can not scroll down to see whole deleted record https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 4e73d265-0a3a-4931-b34c-e6c5e239e4b0
Medium
41049
[5.8++] Export PDF: Table charts are displayed incorrectly _ Edit Document report template _ Insert diagram with Sub title 2 and save _ Export PDF -> Bug: Table charts are displayed incorrectly. ***Report: Stand Doc 291209 - 01 https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 9cb68282-f40c-4593-8b50-dff40899b697
Medium
41051
[5.8++] Resource list (FF) - The selected record loses its highlight after pressing Enter key in Firefox browser Des : 1. Use the Firefox brower to open the resource list such as group list 2. Select an existed record in the list and edit its name directly in th the list 3. Press Enter key after editing its name => The selected record loses its highlight
Medium
41052
[5-8] Constant tab - JS error after double-click to edit the value of datetime type include hour 1. Ver 5.8 2. Des: Constant tab - JS error after double-click to edit the value of datetime type include hour - Open constant tab of a report - There is some constants on it - Click Copy from button to copy the value from another report - On Copy from.. dialog, double-click to value column of datetime type (include hour) --> Existing result: JS error occur (see error on image tab)
Medium
41053
[5.7 ++] Constant tab - Should not show ".00" after integer number on copy dialog 1. Ver 5.7, 5.8 2. Des: Constant tab - Should not show ".00" after integer number on copy dialog - Open constant tab of a report - There is some constants on it - Click Copy from button to copy the value from another report - There is number type with min-max value (ex: 1 to 10) - On Copy from.. dialog, input out of range value (ex: 11) for that number --> Existing result: Show ".00" after integer number on error dialog (Error dialog: Min value and max value from(1.00to10.00)) (see image) --> Expected result: Error dialog should: Min value and max value from(1 to 10)
Medium
41054
[5.8++]-(Medium)-DCS - Failed when get DCS by web service with dcs created from 5.7 [5.7++]-(Medium)-DCS - Failed when get DCS by web service with dcs created from 5.7
Medium
41061
[5.7++] Export PDF: Table looks not good [5.7++] Export PDF: Table looks not good. ***Report: Dynamic Doc 111109 - 01 https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 037a2255-df29-407d-8ace-048c9dfdf6f7
Medium
41063
[5-8 ++] Constant tab - Error when saving after adding an invalid number 1. Ver 5.8, 6.0 2. Des: Constant tab - Error when saving after adding an invalid number - Open constant tab that has number type with min-max - Input an invalid number (out of min-max) - Show error dialog - Click OK on error dialog - Click Save button --> Existing result: Error happen as comment below --> Expected result: There is no error and the entered number does not save
Medium
41064
[5-8++] (Medium) Constant tab - Culture's problem - Number constant's value is displayed incorrectly 1. Ver 5.8, 6.0 2. Des: Constant tab - Culture's problem - Number constant's value is displayed incorrectly - Its culture of logged-in user is danish (ledanish/123456) - Open constant tab of a report (test report) - There is number type with min-max (ex: 1000 to 2147483647) - It already had value (1000) - Double-click value of that number to edit number - Input an invalid number (out of min-max). Ex: 1 - Show error dialog - Click OK on error dialog - Click Save button - See saved number --> Existing result: It's saved with the value: 1,00 --> Expected result: The number does not save, still remain the orginal number (1000)
Medium
41066
[5.8.0.1++] Communicator - Js error when adding a user (has some html tags in the name) to To/CC/BCC Actions: - Open My Communicator - Compose a mail - Search a recipient has some html tags in the name as image 1 - Add & close Error: Get js as image 2
Medium
41069
[5.7++] Export PDF: Predefined constants are not applied properly into the report [5.7++] Export PDF: Predefined constants are not applied properly into the report ***Report: Dynamic Doc 291209 - Constant https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 06a7608e-8c42-4400-806d-5ea2a2f6aa08
Medium
41075
[5.7++] Cross diagram: Js error occurs while importing a cross diagram from XML file _ Open existing cross diagram _ Export it to XML file _ Create new cross diagram and use exported file for importing -> Bug: Js error occurs https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 2b0f818e-55cc-410f-a0d2-c242fceaf5aa
Medium
41077
[5.7++] Cross diagram: Filter is removed even though users do not change DCS _ Open a Cross diagram _ Change DCS, a dialog appears and confirm user's action _ Choose No, DCS is not changed -> Bug: Filter is removed. *Expected result: Filter is not removed if users choose No ***Diagram: Cross 301209 - 01 \\catproc\Personal\VyVan\Error_Clips\5.7\41077
Medium
41078
[5.8]-(Medium)-Coding - LNF - Change some icon button Plz look image
Medium
41096
[5.7++] Cross diagram: Change DCS or not, some problems happen to Filter and Hidden filter 1) Open an existing cross diagram which had Filters _ Change DCS, a dialog appears and confirm user's action _ Choose No, DCS is not changed _ Add new Filter -> Bug: No question is loaded in dropdown list 2) Open an existing cross diagram which had some Hidden filters _ Change DCS, a dialog appears and confirm user's action _ Choose Yes, DCS is changed, save and close _ Open diagram again -> Bug: Hidden filters are not removed. ***Diagram: Cross 311209 - 02 \\catproc\Personal\VyVan\Error_Clips\5.7\41096
Medium
41105
[5.7++] Tracking diagram: Included diagram should be Area chart [5.7++] Tracking diagram: Included diagram should be Area chart *Actual result: Included diagram is Line chart ***Diagram: Tracking 311209 - Included diagram https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 8b7a2b2a-bd9d-4e7c-a66f-02dadec55b43
Medium
41114
[5.7 ++] IE 8 - Tabulation script tab - Js error occurs while running script in Tabulation 1. Ver 5.7, 5.8, 6.0 2. Des: Tabulation script tab - Js error occurs while running script in Tabulation - Run script in Tabulation script (see image below for more detail) Data check: *** On heisenberg: Danny's TS 311209 - VN2566REP - Pls don't use *** On supernova: Danny's TS 141209 - 01
Medium
41117
[5-8] Layout template - Change icon "Delete to recycle bin" in layout template list to destroy or something because layout template don't have recycle bin [5-8] Layout template - Change icon "Delete to recycle bin" in layout template list to destroy or something because layout template don't have recycle bin
Medium
41118
[5-8] Show tooltip of button "cancel" in time estimator [5-8] Show tooltip of button "cancel" in time estimator
Medium
41119
[5.8++]Fieldwork management - Name of user should be shown as plain text [5.8++]Fieldwork management - Name of user should be shown as plain text **This bug happens in Fieldwork management and sample builder dialog. http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= fc6451b3-cd66-4476-89bf-46663621a57f
Medium
41120
[5.8.0.1++] My Portal (FF3.5.6) - The image's lost after saving a portal element Actions: - Open My Portal Insert list(Tools/ Administration/ System/ My Portal Manager) - Open a user defined object - Insert a image in Detail desciption tab(default) as image 1 - Save the element Error: The image is lost as image 2
Medium
41122
[5-8++] LnF bug when add new status for CATI outcome set [5-8++] LnF bug when add new status for CATI outcome set
Medium
41140
[5.7++] Standard diagram: Change DCS but Hidden filter are not removed [5.7++] Standard diagram: Change DCS but Hidden filter are not removed ***Diagram: Standard 040109 - 01 https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 72675d29-31dc-40d9-9ee0-d1456661c485 \\catproc\Personal\VyVan\Error_Clips\5.7\41140
Medium
41149
[5.7++] Export PDF - Page setup of document report template hasn't been applied when it's set as zero. Export PDF - Page setup of document report template hasn't been applied when it's set as zero
Medium
41150
[5.7++] Export PDF - Table (inserted by "Insert table" in document report template editor) exported to PDF with width not the same with its original width Export PDF - Table (inserted by "Insert table" in document report template editor) exported to PDF with width not the same with its original width
Medium
41151
[5.8++] The favourite list is not updated after changing the number in the Records/Page control Des : 1. Go to my favourite list 2. Click the header of the column to sort the records in my favourite lists 3. Change the number in the Records/Page control which is less than the current value in this control and press Enter 4. Observe the favourite list => The list is not displayed following the number which has just been updated
Medium
41153
[5.7++] Cross diagram: Edit Hidden filter, data is loaded incorrectly _ Open a cross diagram which had Hidden filter(s) _ Highlight a hidden filter and edit -> Bug: Data is loaded incorrectly. ***Diagram: Cross 311209 - 02 https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= ca5f7ed8-2cf1-4a63-baaa-8f84c7c0187f
Medium
41157
[5.8 ++] Both the notifier and error message are shown at the same time when clicking save button in Constant dialog 1. Ver 5.8, 6.0 2. Des: Both the notifier and error message are shown at the same time when clicking save button in Constant dialog - In the constant dialog, input the new constant whose name has the same value with the existed constants - Click Save button --> Existing result : Both the notifier "Saving is successful" and the error message are displayed at the same time (see image for more detail) --> Expected result: Only show error message (only show the notifier "Saving is successful" when the constant is valid)
Medium
41160
[5.8++]-(Medium)-Coding - LNF on Firefox [5.8++]-(Medium)-Coding - LNF on Firefox
Medium
41177
[5.8] Server error page is displayed when going to the cattask list when the cattask service is not installed Des : When cattask service is not installed for the site, go to the cattask list , server error page is displayed :( solution for fix : I wish you can fix this error like showing the error message like the image below : https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 36d9c496-4f08-45d7-8d4e-bbaccc94cb73
Medium
41180
[5.8.0.1++] My setting - Quick link tab - Should hide titles for quick links that do not exist for a main area [5.8.0.1++] My setting - Quick link tab - Should hide titles for quick links that do not exist for a main area Description: Logged by user ansetting/ansetting and go to My settings (Tools/Persional/My settings) At quick link tab, title "Projects and folders " is show but there isn't any area under the title (it is empty because ansetting lacking navigation access to Project, Folder and Task module) As image: https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 290ee703-8cc0-4029-b878-db3da729e542 Expected: Do not show titles for quick links that do not exist for a main area.
Medium
41182
[5.8++]Import QSL - "Include answer option if " condition in script is still imported even though it existed in the same question [5.8++]Import QSL - "Include answer option if " condition in script is still imported even though it existed in the same question. **Action: - Question has Include answer option if condition A. - Import script having the same condition with existing condition. **Expected: - Condition in script should not be imported. ** Error: - Condition is imported even though it is duplicated with the existing condtion.
Medium
41186
[5-8 ++] Order - Textbox of site and product type fields on search order dialog are outside when its name is long 1. Ver 5.8, 6.0 2. Des: Order - Textbox of site and product type fields on search order dialog are outside when its name is long - Go to order list - Click search button on toolbar to the search dialog is openning - See site and product template fields on search dialog (see image for more detail)
Medium
41187
[5.8] VN2567REP - Lost question text and text of Significant in Excel file exported [5.8] VN2567REP - Lost question text and text of Significant in Excel file exported http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 874cf8ed-a80f-4aca-aae0-b567f817f540 Pls compare the image as the above link with the Excel file attached
Medium
41191
[5.8++] Document report template: Diagram is inserted incorrectly in report template _ Open a new Document report template _ Copy diagram -> Bug: Diagram is inserted incorrectly in report template https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 9fd8aa56-882f-4469-88ce-2fa5202ea553
Medium
41197
[5.8] VN2567REP - Filter condition in viewer displays expression instead of text Pls compare these 2 image between the old viewer and the new one http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= c6c6a6e7-172b-44d0-8ea4-bd26c5e11dbc http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 29319cbd-10e1-4703-9fff-a0760ac2aaa0
Medium
41198
[5.8] VN2567REP - Should display filter condition in table chart when it's shown with non-table chart [5.8] VN2567REP - Should display filter condition in table chart when it's shown with non-table chart http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= a0091574-d07f-4736-b1f5-319dc4eac2ae
Medium
41215
[5.8++]VN2566REP - Bold is always inherited from external style sheet VN2566REP - Bold is always inherited from external style sheet 1. Have a style sheet named 071209 ss, id : 602 + Odd data rows : select bold, italic. + Even data rows : no check bold, talic or underline 2. Tabulation named 071209 tab1, this have 2 line : array fill = {19,{17,148,55,251},2,false}; array font = {18,"Arial Narrow",13,{17,255,255,255},false,false,false,false}; -> means don't use the settings of the external style sheet. Bug : When select number styleType = 12 ----> 23 and ASD row headers then the bold is always inherited from the external ss.
Medium
41226
[5.7 & 6.0] Dashboard - Hidden time set - Server error occurs while saving dashboard with empty Rolling [5.7 & 6.0] Dashboard - Server error occurs while saving dashboard with empty Rolling https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 15640bed-6c9b-4dc6-9580-aa823d19cd1a \\catproc\Personal\VyVan\Error_Clips\5.7\41226
Medium
41227
[5.8]-(HIGH)-Coding - FF - Button delete don't work 1. Open coding tab of PQ 5.8: ' Copy (1) of Minh_Questionnaire_For_Testing_1 2. Click code button for coding job ooo 3. Choose answer and click Delete ***Existing result: nothing happen ***Expected result: button delete should work
Medium
41234
[5.7++] Standard diagram: Cannot save diagram after updating Inline style sheet _ Open a diagram _ Edit Chart size in Inline style sheet and click Update button _ Save diagram -> Bug: Cannot save diagram due to error ***Diagram: _ Employee election demo - Number of voters _ Employee election demo - Number of votes https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 2874eee9-dea8-49ba-a2d0-f96dd80316d0
Medium
41236
[5.8 ++] (Medium) - FF 3.5 - Product attribute - The option of multi/single type disappear after its option is created 1. Ver 5.8, 6.0 2. Des: (Medium) FF 3.5 - Product attribute - The option of multi/single type disappear after its option is created - Tools/Webshop/Product attribute - Highlight a product type - Click Set attribute button on toolbar - Add a new single/multi type - Add option for it - See option just added --> Existing result: Its option disappear (see image for more detail) --> Expected result: The option will appear
Medium
41238
[5.8++] Medium - Tracking diagram - Js error when editing Start year/End year textbox [5.8] Medium - Tracking diagram - Js error when editing Start year/End year textbox
Medium
41264
[5.8++]-(Medium)-DCS - FF -DCS editor: Change Table but its columns are not loaded. Action: _ Open a DCS _ Add Table column _ Change Table ***Existing result: _ Columns are not loaded. ***Expected result: it should load correct
Medium
41265
[5.7++] missing navigation access "Tabulation script" after upgrade site Des : We had this case earlier. Users are missing access to some module when a navigation access option is created to that module. Please make sure that those users (normally users that are consultant as user templates) still have access to those modules. In V57, Tabulation script has been added as a navigation access option but is not automatic checked. Those options should be automatic checked if the user had access to it before.
Medium
41268
[5.8++] Instant cross: Js error occurs while generating Pie chart _ Highlight a PQ and view instant cross _ Choose Pie chart _ Select a column which does not have answer options _ Add Filter and click Update -> Bug: Js error occurs *Expected: Js error does not occur ***PQ: Martins test 2006-11-15 test coding https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 199f0857-707d-4f6f-9898-e22feb9324c8
Medium
41279
[5.8++] Communicator (FF3.5) - The destination folder drop down list is not shown the contact folder list when editting a rule Actions: - Open My Communicator on FF - Open Email Account list - Choose one and click Email rule button - Edit a rule as image 1 Error: In the destination drop down list, the contacts folders list is not shown Expected: as image 2
Medium
41280
[5-8 ++] Shift - Close button of Shifts list do not work properly 1. Ver 5.8, 6.0 2. Des: Shift - Close button of Shifts list do not work properly - Open Shifts list (tools/hr/shift) - Click Close button --> Existing result: Show error page (see image)
Medium
41306
[5.8++] Medium - External style sheet - Linear/Radial chart - Axis - Max value does not apply to chart when viewing it in report [5.8++] Medium - External style sheet - Linear/Radial chart - Axis - Max value does not apply to chart when viewing it in report
Medium
41309
[5.8++] VN2567REP - All the ASD checkboxes are unchecked when changing chart type to non-table chart 1. Open cross diagram editor. 2. Check all the checkboxes of ASD 3. Open the new viewer. 4. Change chart type to non-table chart. *Existing: All the checkboxes of ASD are unchecked. *Expected: Should disable the ASD checkboxes only, do not uncheck them.
Medium
41316
[5.8++]Questionnaire Editor - Questionnaire Editor feature when opening preview [5.8++]Questionnaire Editor - Questionnaire Editor feature when opening preview I thought we had a better solution for this, not showing it every time but only when I changed something is this correct? If so can we get it back else can we make it so?
Medium
41326
[5.8++] My Portal - Portal element looks not good. Actions: - Open My Portal page on FF - Add element: Interviewerevaluering to here Error: The content of element looks not good as image 1 Expected: As image 2
Medium
41346
[5.8++] (Medium) - System Error when register time with Empty Role [5.8] (Medium) - System Error when register time with Empty Role **Action: - Right - click to the task in resource tree - Then click "Add time registration" , click the role field but don't choose anything. - Input The Time Registration as follow: + Date - Status - Role - Hours + 15/01/2010 - At work - - 04:00 + 16/01/2010 - At work - - 03:00 + 14/01/2010 - At work - - 01:00 + 13/01/2010 - At work - - 02:00 - Click Save Button. **Actual result: - And We get Error Messages: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code Source File: f:\Heisenberg5800Product\CatGlobeWeb\UserControls\RegisterTimeregControl.ascx.cs Line: 275 **Expected result: - Should not get that error
Medium
41360
[5.8++]-(Medium)-Import - Error: Invalid number of selected answer options 1. Choose excel from attachment for import, dont choose user id at step 1 2. Choose PQ: 8386cat - CEM Bank Intelligence 3. Choose automap, Use comma ..., option 1 4. Next to finish ***Existing result: Error row #23 D_Q2_RESULT --> D_Q2_RESULT : Invalid number of selected answer options (the value = '47,195,999') ***Expected result: should success ***Note: if value of D_Q2_RESULT has 999 , then the error display
Medium
41373
[5.8.0.1++] Js error when open an deleted resource Go to BMW project list Search by criteria "Delete to" , input value is today After searching, select a resource and open it After a dialog open, click on the dialog -> Get Error: Line: 1600 Error: Object expected https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= c92b4b9c-3145-427b-af1d-7aa024626f84 https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 391e9931-1a69-4768-9eb8-79349785054d
Medium
41384
[5.8++]-(Medium)-CGS - Function setNumberConstant() show error message not correct 1. Plz run this cgs 6.0: number resourceId = 38584532; string resourceGuid = getResourceGuid(resourceId ); setNumberConstant("MinhGa_Label", 201001, resourceGuid ); ***Existing result: Constant type mismatch, expected type was 'Number', actual type was 'Boolean'. Function 'setNumberConstant' failed. ***Expected result: Constant type mismatch, expected type was 'String', actual type was 'Number'. Function 'setNumberConstant' failed.
Medium
41414
[5.8++] Image - Crash page when editting a image in use Actions: - Open Monitor list(Tools/ Report/ Monitor) - Choose one and view it(go to site) - In Monitor list, open this monitor - Go to Image tab, edit a image in use Error: Get crash page when saving image from edit dialog Expected: Should show clearly error message.
Medium
41418
[5.8++] User can't scroll to the last sub rule in the rule list Des : 1. Go to the group list 2. Create a new group 3. Go to its rule list, add the rules so that the scrollbar is appeared 4. Maximize the group CRD => User can't scroll to the last sub rule
Medium
41433
[5.8++] Communicator FF- The light search shown when user clicks on user/group added to the user browser control on FF Actions: - Open My Communicator on FF - Open a Bulkmail - Click on the group/user added to group/user fields Error: The large search show Expected: Only popup menu shown when user clicks on group/user added before as IE
Medium
41441
[5.7++]-(Medium)-CGS - Error when compare number with an array 1. Plz run this cgscript: number b = 2; if ({1,2} == b){} ***Existing result: Unable to cast object of type 'CatGlobe.Framework.Runtime.Identifiers.VariableIdentifier' to type 'CatGlobe.Framework.Runtime.Constants.NumberConstant'. ***Expected result: show nicer message
Medium
41442
[5.7++]-(Medium)-RCS - Add label resource id in RCS editor 1. Open a QCS, there are resource id 2. Open a RCS ***Existing result: missing resource id ***Expected result: should have it in dialog
Medium
41444
[5.8] VN2566REP - Tabulation - 2009 mode - Get the error "Converter overriden was not supported yet." when running script in site 5801 [5.8] VN2566REP - Tabulation - 2009 mode - Get the error "Converter overriden was not supported yet." when running script in site 5801
Medium
41448
[5.8++] Style sheet (Ex) + Bar line chart - Data series - Line series - Cannot create point after creating series [5.8++] Style sheet (Ex) + Bar line chart - Data series - Line series - Cannot create point after creating series ***Style sheet: Style sheet 140110 - 01 https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= e80d1e4a-ad57-4f29-a26d-6b12b589e776
Medium
41450
[5.7++] Document report template - Cannot insert page link in document report [5.7++] Document report template - Cannot insert page link in document report http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 32b3760f-8146-4264-8cb6-0ede8b639f04
Medium
41451
[5.8++] Mycatinet site - Filter name should be the name user defines in the Name textbox instead of axis name 1. Open Layout tab of an existing dashboard. 2. Create a new dashboard item which type is simple filter. 3. Input name for the filter at Name textbox. 4. Select an axis set at Axis dropdown list. 5. Add the new dashboard item to Layout editor then Save the dashboard. 6. Back to Dashboard list then view it. *Existing: name of filter is Axis name. *Expected: name of filter should be the name user defined.
Medium
41455
[5.8++] Presentation template - My template - Wrong logic of value input [5.7++] Presentation template - My template - Wrong logic of value input http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 63832f63-cf98-4021-b93b-090bbe7799c1
Medium
41467
Investigate why the cattask can't start cat task service for site crm.catglobe.com After Loc reported cat task stop working Des : I can not start cat task service for site crm.catglobe.com After Loc reported cat task stop working CatTaskService: Error running job Error occured when executing method with IAsyncHelper. See the inner exception for the actual error. at Catglobe.Common.SystemEnchancements.AsyncCallbackResult.ThrowIfError() at CatGlobe.Framework.DataCache.Builders.DCSBuildThreadManager.StartBuild(DataCacheSpecification dcs, Boolean hasSynchronize) at CatGlobe.Framework.DataCache.Common.DataCacheManager.Build(DataCacheSpecification dcs, Boolean isSynchronized) at CatGlobe.Framework.DataCache.Common.DataCacheManager.BuildDCSIfNeeded(DataCacheSpecification dcs, Boolean useLastestData, Boolean isSynchronized) at CatGlobe.Domain.CatTasks.DCSBuildWithCatTask.Run() at CatTaskService.CatThreadRunner.Run() in f:\Heisenberg5800Product\CatGlobeTaskManager\CatThreadRunner.cs:line 75 -------------------------------------Cannot read Webconfig to create AccessFactory. If this occurs in Cattask, please check your configuration, including enable webconfig validation. ------------------------------------- For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Medium
41469
[5.8] VN2567REP - Chart generated incorrectly when there's only 1 item of column selected Action: 1. View a cross diagram 2. Chart type is Bar 3. Select 1 col + 1 row -> Chart displays properly. 4. Deselect 1 row and view chart Error: Chart is generated with 4 series instead of only 1.
Medium
41481
[5.8] VN2567REP - Pie chart - Custom label does not applied to chart and there are redundant borders of legend [5.8] VN2567REP - Pie chart - Custom label does not applied to chart and there are redundant borders of legend http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 7b07d506-cf47-4d4e-b7f8-73815680229d
Medium
41491
[5.8++] The dynamic users's protected date value can't be set in the user tab of the group Des : 1. The user tab of the group which logged-in user has administration access is opening. Logged-in user can see both static users and dynamic users 2. Click "Set protected date" button 3. Set the datetime value 4. Click OK => All users who are dynamic don't have the "protected until" value updated
Medium
41502
[5.8++]Questionnaire editor - Remove validate range of some properties [5.8++]Questionnaire editor - Remove validate range of some properties. **Description: - Remove validate range of these properties : open answer, default answer option, randomize , rotate.
Medium
41504
[5.8] VN2567REP - Chart is generated incorrectly in case lack of ( ) in the filters [5.8] VN2567REP - Chart is generated incorrectly in case lack of ( ) in the filters
Medium
41510
[5.8++] Communicator (FF3.6) - BulkMail, BulkSMS dialog in FF3.6 Actions: - Open My Communicator in FF3.6 - Create a Bulkmail or BulkSMS Error: The content of BulkMail or BulkSMS diaog is not shown full as image: http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 7de86276-9ccc-4033-a3be-61c7467eecb4
Medium
41511
[5.7++]-(MEDIUM)-CGS - Function User_save() show error when update email 1. Plz run this cgscript 5.8: string email = ""; array user = User_getUserByResourceId(36310128); user[USER_EMAIL]= trim(email); User_save(user); ***Existing result: Argument type mismatch, expected type 'String' for argument 'USER_EMAIL'. Function 'User_save' failed ***Expected result: script must run success
Medium
41515
[5.8] VN2567REP - Style sheet - Custom step divided automatically is terrible 1. In style sheet set max value is 100, Min value and Custom step is auto. 2. Add the style sheet to a cross diagram. 3. View cross diagram. *Existing: The custom step is divided too small to see.
Medium
41517
[5.8++]Communicator (FF3.6) - Can not create SMS keyword in FF3.6 Actions: - Open My Comminicator in FF3.6 - Open SMS list - Resource/SMS Keywod - Click create button Error: Nothing happen
Medium
41518
[5.8] VN2567REP - Style sheet - Chart size applying to chart is different with the old viewer with the same value setting With the same value set for chart size, the new cross viewer generate the smaller chart than the old one.
Medium
41523
[5.8] VN2567REP - Style sheet - Custom Y gridline does not apply to chart [5.8] VN2567REP - Style sheet - Custom Y gridline does not apply to chart Custom Y axis is not displayed in new cross viewer
Medium
41524
[5.8] VN2567REP - Chart uses primary Y axis when user actives 2nd Y axis for series 1 1. Primary Y axis: - Max value: 100 - Custom step: 10 2. 2nd Y axis: - Max value: 200 - Custom step: 10 3. Bar style: stack bar 4. Bar series 1: active 2nd Y axis. *Expected: When bar style is Stack/Stack percen and it uses 2nd Y axis, the other series will also use 2nd Y axis.
Medium
41530
[5.7++] FF 3.6 My setting - After applying, new setting doesn't change immediately [5.7++] FF 3.6 My setting - After applying, new setting doesn't change immediately Des: Go to my setting (Tools/personal/my setting) Checked/Unchecked some check box at quick link tab Click on Apply button on my setting dialog Error: new setting is not changed immediately on Quick link (user must logout and login again to see the change) http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 1056284e-dabc-44a4-9b8e-f4c177423d5f Expected: should be affected immediately
Medium
41531
[5.8++] Firefox 3.6 - User can't update value for the target (pct) and target (abs) in the rule list Des : Use Firefox 3.6 to open the rule list of the group, try to edit the value for the target (pct) and target (abs) of the rule. Result : 1. You can't edit the value 2. The value All in the target (abs) is disappeared after clicking on its cell 3. The % is diappeared in the target (pct) after clicking on its cell
Medium
41573
[5.8.0.1++] Server error when searching on Mass update in case system is changing from current resource type to another resource type [5.8.0.1++] Server error when searching on Mass update in case system is changing from current resource type to another resource type Des: 1. Go to Mass access update 2. Choose user type 3. While system is changing from folder list to user list, Click on search button In this case, you think that you are searching on user list but sad that user is not loaded successfully. Therefore, this is search page of Folder list -> Get server error when searching as comment
Medium
41577
[5.8++] Medium - Diagram is chosen from drop down list displays external style sheet even though it did not have Action: 1.Open a document report template 2. Choose a diagram with external style sheet and double-click to edit it 3. Choose another diagram that without external style sheet Error: Diagram is chosen from drop down list displays external style sheet even though it did not have. Expected: The Style sheet field should not display style sheet path if diagram does not use external style sheet
Medium
41592
[5.7++] Medium - View cross diagram in dashboard - Data labels are different in two chart generated that have the same data 1. Open an existing dashboard, go to Layout tab. 2. Add 2 cross items that have chart types are bar and line and they use them same dcs. 3. 2 these cross diagrams are applied the same style sheet that has decimal number setting is 4. 4. Save and view dashboard. *Existing: Data labels are displayed differently in 2 these diagrams Dashboard's name on 6.0: [Dashboard] Xà bần xà bác nát bét tét tè le
Medium
41609
[5.7++] Monitor - Simple skin: Js error occurs when user clicks Add to presentation _ Highlight a Monitor that Auto load standard diagram is checked , click "Go to site" _ Choose a standard diagram node _ Click Show tabe _ Click Add to presentation -> Bug: Js error occurs *Expected: Js error does not occurs and a dialog appears with message "The table diagram below can not be exported to Power Point" ***Monitor: Danny's monitor 290110 - Simple skin - 01 https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 2d6c8f58-48dd-4bac-a090-93f3a5c715be
Medium
41632
[5.7++] Firefox 3.6 - Report - Some bugs (part 1) Report - Some bugs on FF 3_6 (part 1) Please see the attached file for more details.
Medium
41643
[5.8 ++] (Medium) - Encode on my shift when that shift has no shift team 1. Ver 5.8, 6.0 2. Des: (Medium) - Encode on my shift when that shift has no shift team - User is a member of a facility - Create a shift with empty shift team and facility/location is that facility - Time of the shift is greater current time - Go to my shift - See that shift show on right side (both on left side when "Sign me up" button is clicked after choosing the shift) --> Existing result: The shift team name of that shift on shift team column is encoded (see image for more detail)
Medium
41647
[5.8 ++] FF - The value of the option at the single/multi property is not updated 1. Ver 5.8, 6.0 2. Des: FF - The value of the option at the single/multi property is not updated - Use the FF ( 3.5++) to open the property dialog - Create a new property with single/multi type - Add option for it - Choose the option just added - Edit its value. After the value is edited , click Update button --> Result : The value is not updated after clicking the "Update button" (see image for more detail)
Medium
41654
[5.8++]Questionnaire viewer - The optclick function works incorrectly in Multi-Grid question **Description: I have a task reversing columns and rows in a Multi-Grid question. That means all columns will be rows; and all rows will be columns However, there's a problem. In he initial status, there are several hidden buttons in Multi-Grid. Thomas told me that FF worked different from IE, so we needed to add some hidden elements to store information. Because of the If condition, we get an array cb that contains checkboxes including the hidden one. It doesn't matter in IE because the hidden checkbox is put at the end of the cb array. It means cb contains all real checkboxes first, and than the hidden one. In contrast for FF, the hidden one is the fist element in cb array, which causes problem with index. That's why in anh Phong Hà case, we cannot click correctly the button. I have taken a hot fix moving those hidden checkboxes to another places.
Medium
41659
[5.8 ++] VN2957DAT - The step 2 and 3 still show when user go to step 5 "Payment" 1. Ver 5.8, 6.0 2. Des: VN2957DAT - The step 2 and 3 still show when user go to step 5 "Payment" - Go to my webshop - Buy a non-product that user has no point enough - Go to step 5 (Paymnet) - See step 2 and 3 --> Existing result: It still show
Medium
41682
[5.8 ++] Tester tool - The cancel button on report dialog is located at center of dialog instead of the left 1. Ver 5.8, 6.0 2. Des: The cancel button on report dialog on tester list is located at center of dialog instead of the left - tools/Projects and folders/tester tool - Click to View report to open Report dialog - See cancel button (see image for more detail)
Medium
41684
[5.7++] Instant cross: Standard error values are not shown when pressing Alt + P or Alt + T _ Highlight a DCS and view cross _ Choose one col and one row, check StdDev and StError in Advanced statistical data area _ Click Update to view diagram _ Press Alt + P or Alt + T -> Bug: Standard error values are not shown https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= c7150fc4-9e5f-4504-82a7-ce7025e5721d
Medium
41687
[5.8++](Medium) Import Data - Only list the first invalid email when Validate [5.8++](Medium) Import Data - Only list the first invalid email when Validate ** Prequisites: - Import excel file: which contains invalid emails list. (ImportDataList.xls on Acctachments) - Your User Account and it's Group Resource. ** Action: - Import Data wizard. - Choose excel file (e.g. ImportDataList.xls) to import. - Be sure: Header checkbox is checked. - Follow the wizard. - Check "Import User Information" checkbox. - map source column "User_Email" with destination "User_Email". - Go to Validate Step Wizard. ** Actual result: - Only list the first invalid email. ** Expected result: - List the first 10 invalid emails;
Medium
41692
[5.8 ++] (Medium) The icon of Retry payment is lost at step 6 after finishing buying a product by creditcard 1. Ver 5.8, 6.0 2. Des: The icon of Retry payment is lost at step 6 after finishing buying a product by creditcard - Go to my webshop - Buy a product that user has no point enough (to pay by creditcard) - After click Buy button at step 5 (Payment) - Step 6 is opening - See icon of Retry payment button at left corner --> Existing result: Its icon is lost (see image for more detail)
Medium
41705
[5.8++] Firefox 3.6 - Monitor - Some bugs (part 2) Firefox 3.6 - Monitor - Some bugs (part 2) Pls see the attached file.
Medium
41713
[5.7 ++] Stock - Can not do anything on general info tab of product CRD after adding new product category 1. Ver 5.7. 5.8, 6.0 2. Des: Stock - Can not do anything on general info tab of product CRD after adding new product category - Go to stock list (tools/webshop/stock) - Highlight a row, click Open product button - On product CRD, click Create new product category button to add new product categoty - After creating new product category, click to any field on general info tab --> Existing result: Cannot do anything when click to some button or some field
Medium
41738
[5.8] VN2567REP - Watermark of Bar& Line chart - Send to back setting always apply as Bring to front [5.8] VN2567REP - Watermark of Bar& Line chart - Send to back setting always apply as Bring to front Old: http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 57924d1f-29db-4e70-8f34-cbcd6169041a New: http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 7628f7ff-b09f-4139-b3eb-78b6ec7aaa7b
Medium
41752
[5.8 ++] Webshop - Cannot print an order by clicking Print order button at the last step because error 1. Ver 5.8, 6.0 2. Des: Webshop - Cannot print an order by clicking Print order button at the last step because error - Credit card enabled = false - User has point enough to pay by point on my webshop - Bought an item that has point enough - At the final step, print my order) --> Error: - There is an error message and cannot print it (see image for more detail) (if still not get bug, maybe buy another product that user has point enough)
Medium
41756
[5.8++]-(HIGH)-CGS - function getAnswerOptionText() cannot get special char 1. Plz run this cgs on PQ: Minh_Questionnaire_For_Testing string text = getAnswerOptionText("Test_Single", 1); print(text); ***Existing result: Kjærschmeltzer ***Expected result: Kjærschmeltzer
Medium
41760
[5-8] Cannot halltest questionnaire freom head to heisenberg questionaire : Minh_Questionnaire_For_Testing
Medium
41780
[5.8++]-(Medium)-DCSExport - Cannot finish an export job. 1. Finish export job: Copy (1) of TR_ VN2991DAT ***Existing result: export not run success ***Expected result: it should run success
Medium
41820
[5.8++] Style sheet (Ex+In) + Standard diagram - Linear gauge chart: Decimal setting does not apply to legend [5.8++] Style sheet (Ex+In) + Standard diagram - Linear gauge chart: Decimal setting does not apply to legend ***Diagram: Standard 120210 - Linear https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= e6b0a3c2-b378-4148-b9da-64e06a704d63
Medium
41825
[5.8++] Dashboard - Time set - Change DCS to , Js error occurs _ Edit a Dashboard that had one DCS _ Add Time set item, choose Time set _ Change DCS to -> Bug: Js error occurs ***Dashboard: Danny's Dashboard 190210 - 01 https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= ed59d541-4732-4a72-beca-0402c313275a \\catproc\Personal\VyVan\Error_Clips\5.8\41825
Medium
41829
[5.7++] Style sheet - Reset this page - Js error occurs when user clicks Reset to last save button [5.7++] Style sheet - Reset this page - Js error occurs when user clicks Reset to last save button http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 1d5b50b4-a4be-47fd-be33-80850947121e
Medium
41832
[5.8] VN2567REP - Significant and Percentile rows have the same color 1. Open cross viewer. 2. Select 1 column and 1 row item. 3. Add a filter. 4. Click Update button to generate diagram *Existing: Percentile and Significant rows have the same color. *Expected: They should have different color. Cross diagram's name: [Cross] bực bội nha, tự nhiên mất hết trơn
Medium
41836
[5.8++] The numbers of layouts returned from Resource Tree and Resource List are not the same. Des : The names of the layout resource are wrong in database (see file attach for more details).
Medium
41839
[5.8] Medium - Vnsurvey site - Document report - There are redundant backslashes in front of quotation marks Report's name: Power Hour - Feb 12, 2010 - Evaluation
Medium
41864
[5.8.1++] Communicator - Cannot attach a file which has "," in the name Actions: - Open My Communicator - Create a mail template - Attach the file which has "," in the name Error: The name shown incorrectly in mail template as image(This is also a problem of sending mail wizard)
Medium
41873
[5.8++] - FF 3.5.8 - Presentation editor - Don't show important message [5.8++] - FF 3.5.8 - Presentation editor - Don't show important message
Medium
41880
[5.8]-(Medium)- Import - IE: Import Wizard is freeze when import large excel file [5.8]-(High)- Import - IE 8.0: Import Wizard is freeze when import large excel file ** Prerequisite: - excel file import with 255 columns. - IE 8.0 browser. ** Actions: - Open Import Data Module (Tools- Data - Import Data Wizard) - Choose excel file from attachments to import. ** Actual result: - IE is freeze, module doesn't work right. ** Expected result: - module should work right.
Medium
42008
[5.8++]Questionnaire editor - Bug on navigation control [5.8++]Questionnaire editor - Bug on navigation control. **Action: - See video to know more info (mail from Ulrik dated 26/2/2010) - Copy bold name in option 11 of question DK_1 and paste into option 11 of question DK_1_dummy. - Don't click any place. (Important note : between question DK_1_dummy and DK_2 , there is at least 1 question.) - Click Next on navigation control to reach question DK_2 --> Error : option 11 of question DK_2 was changed like option 11 of question DK_1_dummy.
Medium
42045
[5.8 ++] (Medium) FF - Look and feel bugs in my time registration 1. Ver 5.8, 6.0 2. Des: FF - Look and feel bugs in my time registration ***Thomas wrote: - I found a look and feel bug in time registration on vnsurvey.catglobe.com, after adding a project to the list of work specifications, the grid jumped down. I am using Firefox version 3.5.7. (see image 1 for more detail) - I just found some more look and feel bugs in the grid for work specification: (see image 2 for more detail) As you can see from the screen dump above, some grid lines are missing, and second row is indented strangely compared to the other entries.
Medium
42072
[5.8.1++] Communicator - Show error when open user info for a SMS in Outgoing SMS Actions: - Open Outgoing SMS list - Select a row and click open user info button Error: show error as image Expected: User CRD will be shown because this phone belong to "thandieu" user
Medium
42092
[5.8.1++] Communictor - Can send a bulkSMS which the content is more than 256 chars Actions: - Go to communicator module, create a template whose content length is more than 256, e.g : "This function is considered as valid when all its arguments are not invalid.Given I write a valid function with above syntax to send SMS to a list of phone numbers.When my function is executed.Then given phone numbers should receive this message successfully with the content is the content of given mail template and merge fields should be merged (if there is any merge field in) with the content is the content of given mail template and merge fields should be merged with the content is the content of given mail template and merge fields should be merged with the content is the content of given mail template and merge fields should be merged case"" - Generate this template to bulkSMS - Enter name, recipiet. Click Preview and send Error: When clicking preview ad send button, the error message shown but after that i can click send button to send bulkSMS as image Expected: Should hide send button when having an error shown or ...
Medium
42098
[6.0]-Medium- Report Stylesheet - CallOut- Name and setting of callout is saved without acceptance from user Steps: - Report->Report stylesheet-> Create new chart -> Barline -> Callout -> Create -> input name testing, make setting of something - Preview it - Close without saving - Click on Create button again - Barline -> callout Actual : name of callout did not change to default although we did not save it Expected: name changed to default name
Medium
42128
[5.8++] Error message is displayed when user edits the resource template type directly in the resouce template list Des : 1. In the resource template list where the resource template type column is displayed, add a new resource template 2. After the new created resource template is created, double click on its resource template and edit its type => It is allowed to edit the value and there's error message displayed when this info is saved
Medium
42138
[5.8++]-(Med)-CGScript- expression (!= false) not work properly [5.8++]-(Med)-CGScript- expression (!= false) not work properly ** Prerequisite: - DCS resource with a bool type column. (Vu_DCS_4_Vu_StandardQuestion) ** Action: - Open Tabulation prompt. - Run simple script contains expression != false: print(count() where Test != false); - check result. ** Actual Result: - the relational expression don't work properly, its return result like expression "== false"; ** Expected Result: - the relational expression should work properly.
Medium
42140
[5.8++] The country info is not saved after merging two users Des : 1. Go to the merge user list, click Tools/Find duplicate users manually 2. Add the 2 users who don't have any info about the address : https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= d8386dd3-4fdc-4fa7-9e41-92dbe8387b88 3. Click "merge details" button 4. After selecting the main user, go to address tab, and just update the Country listbox and keep the left other fields Empty : https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 466ddd16-8c8e-4d47-bee9-523b54d4d690 5. Click Merge button 6. Go to the user list to check the country info of the user which has just been merged -> The country value is not the value I have just updated, it shows : Select country ...
Medium
42157
[5.8++] Campaign diagram - Saving/Updating with diagram name containing HTML tags leads error page Campaign diagram - Saving/Updating with diagram name containing HTML tags leads error page
Medium
42175
[5.8++] Stylesheet - Default stylesheet opened at second times keeps Custom Y gridline items and Custom label items of the first times Stylesheet - Default stylesheet opened at second times keeps Custom Y gridline items and Custom label items of the first times
Medium
42189
[5.8 ++] The proposed number can be used but should still be able to use another number for project code 1. Ver 5.8, 6.0 2. Des: The proposed number can be used but should still be able to use another number for project code - Create a new project - See proposed number - Input a new one with larger than proposed number --> Still able when not exist yet
Medium
42200
[5.8.0.1 & 6.0] VN2778REP - The Ifka layout of the table is incorrect in case selecting 2 items of rows/columns and none of the other VN2778REP - The Ifka layout of the table is incorrect in case selecting 2 items of rows/columns and none of the other. Note : on http://heisenberg5801.catglobe.com/DefaultCatGlobe.aspx use the tabulation named 090310 2778 ifka 2 items of rows or cols Pls see the image for more details : http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= e9f864c2-2688-4c3e-a893-311cf37308e2
Medium
42232
[5.8++] The phone number types show the wrong text resource Des : 1. Log in by the user whose language is English, and go to his account via Personal/My account 2. Click Edit user details 3. Change his language to Danish 4. Click Save 5. Log out this account then log in by this account again 6. Go to those page which contains the phone number control and check the text resource of the phone types, e.g : + User CRD : https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= f6f49e57-3882-4136-9325-72f9a3b7342e + Phone types in user information variable : https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= a0828148-4ef1-4e4a-b764-5a371172d956 => It shows English text resource
Medium
42241
[5.7++] Send PP quick report: Charts look not good [5.7++] Send PP quick report: Charts look not good ***Report: Quick PP 110210 - 01 https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= b0fb13d9-f17b-44ac-841c-d861e6fb80c9 https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= b04a381e-a623-4fba-bdea-8e11b0f81974
Medium
42273
[5.8++] The warning icon for the pct is displayed although sum pct of child rule is 100% Des : 1. I have the rule structure like this image : https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 9c08424d-a4f8-4716-86ab-460c20d2e077 2. Move over on the warning icon of the parent rule. => the warning message for pct is displayed
Medium
42284
[5.8++] Style sheet (In) + Standard diagram - Linear gauge chart: Decimal setting does not apply to legend properly. _ Open an existing Standard diagram _ Open inline style sheet dialog and click preview button -> Bug: Decimal setting does not apply to legend properly. ***Diagram: Standard 120210 - Linear https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= be531a57-9468-4da6-9d38-a42fb40cccf8 https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 4983a49a-4ff5-4dbc-8ab2-bc19bc2144ad
Medium
42319
[5.8++]-(Medium)- Import Data Module - Point transaction: Validation Step didn't show Error when import point value < -99.999.999 [5.8++]-(Medium)- Import Data Module - Point transaction: Validation Step didn't show Error when import point value < -99.999.999 ** Actions - Perform import point transaction with attachment file for exist user. - Mapping user_id column: Using 58_User_Id column for version 5.8, and 59_User_Id column for version 6.0. ** Actual result: - Don't show error when user try to import value < -99.999.999, user can finish import job. ** Expected result: - Should show Error, and user can not finish import job.
Medium
42348
[5.8 ++] (Medium) - FF - Time planner - List does not show when right-click to an event or date column or click to user in user list on time planner 1. Ver 5.8, 6.0 2. Des: (Medium) - FF - Time planner - List does not show when right-click to an event or date column or click to user in user list on time planner tab/my calendar/department calendar - Go to time planner tab of a resource/my calendar/department calendar - There is an event - Right-click to event/date column - Or click to a user in user list --> Existing result: There is no list show (see image 4) --> Expected result: As images (see image 1,2,3)
Medium
42351
[5.8++] Instant cross - Error messages at the error cells are not displayed even though user pressed Alt + T _ Go to PQ list or DCS list _ Highlight a PQ or a DCS, select 1 row + 1 col and click update _ Press Alt + T -> Bug: Error messages at the error cells are not displayed ***DCS: 8386cat - CEM Bank Intelligence _ Col: - - Uge, kodet _ Row: - - Alder https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= cb76cd2e-4b64-421e-b163-751e545effc7 *Expected result: https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= a27031a7-3a94-47bd-ab7f-798506528a7e
Medium
42392
[5.8++]My questionnaires show test answer sheet [5.8++]My questionnaires show test answer sheet. **Action: - Questionnaire Q has "Display in My questionnaires" checked. - User A has RPQ in qnaire Q. - After that, RPQ of user A is converted to test sheet. --> Error : That RPQ still appears in My questionnaires of user A. **Expected: - That RPQ isn't shown in My questionnaires of user A anymore.
Medium
42395
[5.8++]Questionnaire editor - Bug in search and replace [5.8++]Questionnaire editor - Bug in search and replace (created due to no description). If you have a text like "a b c", and you search for "b" and replace it with "x", the result is wrong: you get "a xc" instead of "a x c"
Medium
42424
[5.8.1++] SMS - Can send SMS message which has content more than 256 chars to more one user Actions: - Open Communicator - Compose a SMS with content has 247 chars:"If there were two or more different ways of choosing the design you chose, please describe why you choose this one instead of the others. For instance when we send out mail for people to fill out questionnaires we create the RPQ object before send" - Add 2 recipient: huongadmin(Consultant template) and user03(Sample Member template). Site: heisenberg5801.catglobe.com - Preview and send Error: I can send this SMS successfully, 2 contact generated.
Medium
42425
[5.8.1++] Communicator - Can not send sms when the recipients have one user has non-phone number(or invalid) Actions: - Open My Communicator - Compose a SMS - Add recipient: user03(Sample Member user template) and antest(Consultant template) - Preview and send Error: Get error as image when sending in progress Expected: I suggest: - we should shown warning to inform how many user has non-phone number and continue sending progress - Or on light search, we just return the users have phone number.
Medium
42434
[5.8 ++] (Medium) My calendar - Calendar panel disappeared after pressing Enter button 1. Ver 6.0 2. Des: My calendar - Calendar panel disappeared after pressing Enter button - Go to my calendar - Input an number to Days to view - Press Enter button
Medium
42439
[5.8.1] SQL server error when saving questionnaire in Head Thá»ヘ's comment We have SQL server error when saving a questionnaire into database. I have tried to debug but still can't figure out (Exception was raised when delete an object from the database). Please help me with this problem.
Medium
42445
[5.8++] Js error in Coding job when user press on ' Up' key after inputing value [5.8++] Js error in Coding job when user press on ' Up' key after inputing value **Action: _ Choose a Coding job and click on "Code" button. _ Input value to answer option cell of right list then press Up key on keyboard **Actual result: _ Js error occurs. **Expected result: Js error is not occurs.
Medium
42455
[5.8++]Cati form - Js error happens after supervisor adds more phonenumber and choose that new number for respondent [5.8++]Cati form - Js error happens after supervisor adds more phonenumber and choose that new number for respondent. **See image for more detail. http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 3de1a6a6-fe44-4543-b45f-5b8e210b8d0f
Medium
42465
[5.8++]QSL - Many error messages appear when importing properties for scalegrid question [5.8++]QSL - Many error messages appear when importing properties for scalegrid question. ** (Properties are put outside sub question.) QUESTIONNAIRE[HTML=true;] QUESTION Q21 SCALEGRID IF (Q6 == 1) IF (Q7 == 1) [MIN_VALUE=1;MAX_VALUE=6;MIN_TEXT="Det har ingen betydning for, om jeg husker det hver dag";MAX_TEXT="Det har afgørende betydning for, at jeg husker det hver dag";DISCRETE=true;REVERSE=false]

Du svarede, at du tager vitaminpiller eller kosttilskud hver dag. Hvad er det, der gør, at du husker at tage vitaminpiller eller kosttilskud hver dag?


Giv venligst en karakter mellem 1 og 6, hvor 1 = ”Det har ingen betydning for, om jeg husker det hver dag” og 6 = ”Det har afgørende betydning for, at jeg husker det hver dag”. (Sæt kun et kryds pr. linje)

SQ:Mine børn skal have vitaminpiller hver dag SQ:Det er blevet en vane SQ:Jeg er bevidst om, at det vigtigt for mit velbefindende SQ:Jeg kan mærke forskel, hvis ikke jeg husker at tage vitaminpillerne eller kosttilskuddet hver dag SQ:Produktet er pakket, så jeg kan se, hvis jeg har glemt at tage produktet hver dag (som f.eks. p-piller) SQ:[OPEN_ANSWER=true;]Andet (skriv selv):

Medium
42541
[5.7++] Medium - Style sheet (ex + in) - Point chart - Point size is wrong Please fix this task with priority as project VN2954REP since the bug also happens in New preview page. Thanks! http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 661818ae-856a-4a1a-a756-41f88b118931
Medium
42551
[5.8.0.1 & 6.0] VN2778REP - Get server error when export to PDF the table which has direction is horizontal VN2778REP - Get server error when export to PDF the table which has direction is horizontal + Run tabulation on version 2009. + Layout : classic, left and ifka Note : on http://heisenberg5801.catglobe.com/DefaultCatGlobe.aspx use the tabulation named 240310 2778 horizontal
Medium
42564
[5.7++] Medium - External style sheet - Radial - Name of customize data column name and Series text box is incorrect related to project VN2954REP http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 3ae5f444-e733-49c1-97ef-8005f97b23c2
Medium
42588
[5.7++] Related to VN2954REP - Customize data dialog - Edit information, js error occurs 1. Open Preview page of any chart type. 2. Open Customize data dialog. 3. Edit Title textbox. 4. Press Enter button on the keyboard -> The icon of OK button is changed 5. Edit Title textbox again. 6. Click OK button -> Js error occurs
Medium
42597
[5.8++]-(Medium)-LnF: Data Export Module- [Data Header, GUI] Missing Text Resource for Vietnamese, Danish. [5.8++]-(NiceToHave)-LnF: Data Export Module- [Data Header, GUI] Missing Text Resource for Vietnamese, Danish. ** Vietnamese: - GUI: Missing Text Resource in Data Cache Setting Step. (see Image 1) - Header Data: Missing Text Resource Header for User Information (User_FirstName, User_LastName, User_MidleName, Deleted, Disabled User) (see Image 2,3,4) ** Danish: - Header Data: Missing Text Resource Header for Deleted, Disabled Column. (Images: 51, 52)
Medium
42645
[5.8] Mass update resource template - Properties are disappeared when choosing "Resource template" at the second time [5.8] Mass update resource template - Properties are disappeared when choosing "Resource template" at the second time Des: 1. Go to BMW project list, open mass update core page 2. Checked on "Resource template" item -> Property displays normal as image: https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= c3cd5bd2-12b2-417e-bab6-4501d05fbeb1 3. Unchecked "Resource template" item 4. Rechecked "Resource template" item => Error: Property don't display any more: https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 7dad34df-006b-48c3-a5d2-9bddc19a98db
Medium
42662
[5.8++]-(Medium)-Export- SPSS file type: User Information Header doesn't support user language [5.8++]-(Medium)-Export- SPSS File Type: User Information Header doesn't support user language ** Action: - User language: Vietnamese, Danish. - Export job with Vu_Export_4_Vu_Qnaire_QAS_Status with SPSS file type - Look at image for actual result. ** Expected result: - User Information Header should corresponde with User Language.
Medium
42701
[5.7++] Related to VN2954REP - Bubble chart - There's a problem with decimal number of axis/data label [5.7++] Related to VN2954REP - Bubble chart - There's a problem with decimal number of axis/data label http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 8b142011-b1bf-4c34-9c41-9cc15e7f70b1
Medium
42706
[5.8++]-(Medium)- Export Module- Export User Address, And Phone check box should be disabled in TripleS, SAS file type Not support. ** Prerequisites: - Export job Wizard has been opened. ** Actions: - In File Type Selection Step, choose export to TripleS, SAS File. - Go to Question Selection Step. - Look at User Information Setting Section. **Actual result: - User Phonenumbers, Address checkboxes is available. ** Expected result: - Since not supporting for 2 file type, Those checkbox should be disable.
Medium
42780
[5.8 ++] LnF bug on my timereg form 1. Ver 6.0 2. Des: LnF bug on my timereg form (see image for more detail)
Medium
42784
[5.8.1] Communicator - Error message is not clearly when opening destination drop down list Actions: - Open Email rule list - Create a new one - Input a non-existed resource in resource field - Click on destination drop don list Error: Get error unclearly as image: http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 8193bd67-b146-4fce-8c78-6cbc5f97ebbb
Medium
42802
[5.8.0.1 & 6.0] Tracking diagram & Campaign diagram - Inline free labels of diagram haven't been applied yet Tracking diagram & Campaign diagram - Inline free labels of diagram haven't been applied yet
Medium
42805
[5.8.1] Communicator - Can not save SMS Keyword with real provider [5.8.1] Communicator - Can not save SMS Keyword with real provider
Medium
42828
[5.8.0.1 & 6.0] Tracking & Campaign diagram - Free label styles aren't applied enough (Backplane, Shadow) Tracking & Campaign diagram - Free label styles aren't applied enough (Backplane, Shadow)
Medium
42848
[5.8.1] Communicator - It took a long time to open Mail form. Actions: - Open My Communication - Go to Email/Bulkmail/Email account dialog Error: It took a long time to open it.
Medium
42895
[5.8.1] Get js error when add & close a resource from search function of REX Actions: - Open a WF or Task - Click search button on REX control as image - Choose a record and click add and close Error: The search dialog is not closed and user get an js as image: http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= afc1d730-23cb-4eb2-b7c8-9cf0a08b09d4
Medium
42900
[5.8.1] Problem with "Add &Close" button on single select light search [5.8.1]Problem with "Add &Close" button on single select light search *On FF , "Add &Close" button on single select light search work as "Add" button see image https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= c8086e77-210a-46ac-a19d-5c84ab540ac4 When user choose a resource and click "Add & Close " button on light search The resource is selected on ReX but the light search dialog is not closed Expected: Should close light search after resource is selected on Rex *On IE, Js error when click on Add & close button see image: https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 6e833570-58cd-4934-91a8-a2ef48aa4cec
Medium
42930
[5.8++]Sample tab - Full name should be plain text in Generate access code dialog [5.8++]Sample tab - Full name should be plain text in Generate access code dialog. **Action: - Goto Sample tab of questionnaire CRD. - Add group or user. - Those users have full name including html tag. - Build sample. - Choose sample then click Access code. -->Error : In Generate access code, full name of user has been affected by html tag. http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 4ef90f2a-8ac3-42df-bfdf-d890e9a511ee
Medium
42931
[5.8++]Question properties - Answer option control will be halted after user creates a number question with float value for min, max then change to another question type [5.8++]Questionnaire editor - Number question - Answer option control will be halted after user creates a number question with float value for min, max then change to another question type
Medium
42958
[5.8 ++] (Medium) Import Blacklist phonenumber wizard - The header function does not work properly 1. Ver 5.8, 6.0 2. Des: Import Blacklist phonenumber wizard - The header function does not work properly - Step 1 of the Import Blacklist phonenumber wizard is opened - An import file has been selected - Check/uncheck the Header row checkbox --> Existing result: The header checkbox does not work --> Expected result: If the Header row checkbox is checked, the system considers the first line of the import file as the Header row. Otherwise, the headers of data columns are showed as “F1, F2….”
Medium
42959
[5.8.0.1] VN2798REP - Radial gauge chart - One series of zero values is shown when the others are hidden [5.8.0.1] VN2798REP - Radial gauge chart - One series of zero values is shown when the others are hidden http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 632ef193-5b7c-4940-83b1-402532e9e45e Chart's name: [Standard] Radial chart with 0 value
Medium
42973
[5.8.1++] VN2984COR - The error message for case : The smsoutprovidername doesn't have any smsprovider is not good Des : Run the script below in 6.0 : print(Sms_send({38583846,38597674,223498},"heocon","Hello, how do you do ?",38589465)); or this script in 5.8.1 : print(Sms_send({35343943,36310593,43394344},"VinaPhone","lalalalalaa heo con",36331164)); Result : The error message is displayed : Exception of type 'CatGlobe.Framework.Communication.SMSGenerator+NotDetermineProvidersException' was thrown.
Medium
42976
[5.8.0.1] Medium - Style sheet - Linear chart - Fill color of series does not apply to chart when changing series type to Range Chart's name: [Standard] Linear chart - change series type to Range http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 0d023430-4c00-48cf-994a-1c8290f1803c
Medium
42983
[5.8++] - Cross diagram - Incorrect data in exported excel file. [5.8] - Cross diagram - Incorrect data in exported excel file.
Medium
42991
[5.8++] FF 3.6 - Related to VN2954REP - Style sheet - Can not change values in "Customize data" dialog [5.8++] FF 3.6 - Related to VN2954REP - Style sheet - Can not change values in "Customize data" dialog
Medium
42995
[5.8++] - FF3.6 - Document editor: Insert empty table to report template, it turns to rectangle when save and re-open, users cannot input data. [5.8++] - FF3.6 - Document editor: Insert empty table to report template, it turns to rectangle when save and re-open, users cannot input data.
Medium
42997
[5.8++] - FF3.6 - Document editor - "Page setup" works wrong (Advance-->Page setup) [5.8++] - FF3.6 - Document editor - "Page setup" works wrong (Advance-->Page setup)
Medium
43013
[5.8.1++] VN2992COR - The warning message is wrong when sum of child rules is more than parent's target Des: 1. We have the rule like this picture: https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 15f27518-9c40-48e4-8354-05f6997d3f3f 2. Click Rebuild button 3. Obser its warning message => It's not correct because abs.target < children sum
Medium
43068
[5.8.1 & 6.0] VN2778REP - Can not view diagrams of Report. VN2778REP - Can not view diagrams of Report. Step: On cghead site, 1. At the tabulation list, run 240310 2778 ifka vertical 2. Go to Report list, view report whose name is 240310 2778 ifka vertical 123 -> see the image for more details: http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= c6c471aa-c9b5-4f03-a30b-f4d29ec43f2d
Medium
43074
[5.8.0.1 & 6.0] Tracking diagram - Functionality "Apply order of series styles for brands/brand-items" leads wrong trendline styles Tracking diagram - Functionality "Apply order of series styles for brands/brand-items" leads wrong trendline styles
Medium
43075
[5.8.0.1 & 6.0] Tracking diagram - Legend item of trend line should have got marker style the same as its original series. Tracking diagram - Legend item of trend line should have got marker style the same as its original series.
Medium
43101
[5.8.1++] VN2982COR - Get crash page when editting a rule Actions: - Open SMS rule list - Create one, search destination resource is not current user - Open this resource by open button on REX control - Create some folder for SMS part - Save SMS rule - Open SMS rule again Error: get crash page as image: http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 2d874530-e1bf-442b-ba7a-73110eb552c6
Medium
43109
[5.8.1++] Communicator - Get error when deleting a contact folder in use Actions: - The contact folder A is used by SMS rule 1 - Open My Communicator - Delete the contact folder A Error: Get error as image: http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 6c573911-a86d-4f28-a392-5da8fcfa04cf
Medium
43110
The "Start recording" is enabled in CATI form after finishing the interview the last respondent Des : After finishing the interview the last respondent, the blank CATI form is opened. Observe this page => The "Start recording" is enabled :https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 8a371a1a-7f7f-4d3c-a55f-4f7b688d7662
Medium
43190
[5.8.1] VN2798REP - Doc + Presentation report - Inline style sheet - Zero values are shown with decimal number = 1 [5.8.1] VN2798REP - Doc + Presentation report - Inline style sheet - Zero values are shown with decimal number = 1 Document report: http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 96531519-8c94-4714-b895-f407d457666e http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= a874cf1c-78cf-4d27-bddf-570bd3705fb0 Presentation report: http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= a0f0b4e7-60a1-41c2-ad4a-a793294219e0
Medium
43191
[5.8.1] Medium - Presentation report - Table chart - Decimal number is wrong after export to PPT User's culture is Danish: thecode/swordfish Report name: Stand PP 160410 - 02 Please see the attached file.
Medium
43213
[5-8++] Tracking diagram with very complex statements can be very slow Tracking diagram with very complex statements can be very slow
Medium
43215
[5.8.1 & 6.0] VN2778REP - Significance is lost after exporting to PDF file VN2778REP - Significance is lost after exporting to PDF file Step : 1. On cghead, go to Tabulation list. 2. Run the script 280410 2778 Singnificance -> error : the Significance signs are in the report viewer but not in PDF file
Medium
43216
[5.8.1++] Confirm message is incorrectly when deleting a SMS rule Actions: - Open SMS rule list - Delete one Error: Confirm message is incorrectly as image: http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= b89e6763-8f2c-4538-b547-9ae027e56055
Medium
41463
[5.8++]QSL - Missing text resource for error message in Danish. [5.8++]QSL - Missing text resource for error message in Danish. http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 17306ef4-8a63-4c66-acef-d247b3f1c853
Nice to have
41472
[5.8++]QSL - Exported file contain empty lines. [5.8++]QSL - Exported file contain empty lines. ** When opening QSL filed by notepad++ or Import dialog, empty lines appear.
Nice to have
42261
[5.8++] Text resource - Tracking diagram - Brands with 2 levels - Change level 3 to level 2 of text in confirm diaglog 1. Open a tracking diagram. 2. Check "Brands with 2 levels" checkbox then uncheck it. 3. Confirm dialog is shown. Expected: Pls change level 3 to level 2 of the text.
Nice to have
42268
[5.8++] Text resource - Tracking diagram - Change text resource of Apply order of series styles for brands/brand-items checkbox Change text resource of Apply order of series styles for brands/brand-items checkbox to "Do not apply series style settings to displayed brands, but to all brands" http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 940b2597-7cf8-43a4-8aea-dd8534df6822
Nice to have
42996
[5.8++] - FF3.6 - Report list - Deletion of cached diagram - Users can choose 2 options at the same time [5.8++] - FF3.6 - Report list - Deletion of cached diagram - Users can choose 2 options at the same time
Nice to have
43001
[5.8.0.0 & 5.8.0.1] Style sheet - Table chart - Disable Preview button [5.8.0.0 & 5.8.0.1] Style sheet - Table chart - Disable Preview button http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 7f3ef881-5663-46af-9b73-8769225f9188
Nice to have

Known Issues

Bugs in the upload (from 2009-12-30 0:0 VN time to 2010-5-6 9:30 VN time).
Known Critical-High Bugs
Id
Name
Description
Priority
43084
[5.8 ++] (Critical) - QuestionnaireAnswerSheet_reset() function - Open an error page after opening a questionnaire 1. Ver 5.8, 6.0 2. Des: QuestionnaireAnswerSheet_reset() function - Open an error page after opening a questionnaire - Account: letest/123456 - Data: Hanh_test PQ1 (or click on that questionnaire on my questionnaire portal) *** Loan wrote: The bug that client met caused by QuestionnaireAnswerSheet_reset() function since it not only reset rpqs but also delete login contact information so that user cannot go back to the previous questionnaire. Please take a look in my test. I have two questionaires called PQ1 and PQ2. - PQ1 has three questions: Q1, Q2 and Q3 in which Q2 is a dummy question and it has a script to jump to another question (QTest) of another questionnaire (PQ2). The cript is that gotoQuestion("\\PQ2\\QTest"); - PQ2 has only one question: QTest. This is also a dummy question and contains a script that reset all rpq of the questionnaire and goes back to the previous questionnaire PQ1 Here is the cript { QuestionnaireAnswerSheet_reset(); returnFromGoto(); } When user A opens viewer of questionnaire PQ1 and answer the first question. After that, he clicks Next --> the script of the question Q2 will be executed. That means question QTest of questionnaire PQ2 will be called. This question contains a script, so it supposes to resets rpqs and returns to question Q3. But because of bug, rpq of PQ2 not only reseted, but also user's information is also deleted. Therefore, user cannot go back to the PQ1. That's why the server error is shown.
Critical
43237
[5.8++] - (Critical)- user can not create new dcs in create new quick report page ** [5.8++] - (Critical)- user can not create new dcs in create new quick report page ** Descriptions: - Navigate to Standard Report List - Create a new quick report - Create a new DSC by clicking create button at Data Cache filed - Observe, after waiting for a long time, an alert message is displayed (See images for more detail ) http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 52abdf18-5f18-424f-9b96-563eb3db0b0d ** Expected result: User can create new dcs in create new quick report page
Critical
43265
[5.8.1] Mycatinet - Presentation report - Filter does not apply to PP file Report Example: 6657kvik addtest - Trillebør fyldt med – Norway
Critical
42850
[5.8++] The scheduled cattask whose start date is < current date appears in cattask list Des : there a questionnaire script which stopped at 31 March , however, it still appeared in the cattask list up to now The discussion via mail is attached in the Attachments tab
High
43069
[5.8] The workflow is not allowed to schedule although it's not in the cattask list Des : Site: userneeds. Workflowscript: Daily rebuild 1 Error: not possble to see the cattask on scheduled cattask. But when the user can not create new schedule because “This task is already scheduled and cannot be executed again.” Workflow id=21 Workflow name= QuestionnaireScript_21_02-07-2009 21:55:45 Data from cattask_completed table : https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 768b0c65-ff91-4a61-8ba4-cbe5b19af683 Data from cattasks table : https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= b69db6c7-af12-4443-a19f-d8975321c42b
High
43262
[5.8++]CATI form - Information of respondent is cleared when user clicks Backspace button in keyboard **Action: - Open CATI form. - Then click Backspace button in keyboard. --> Error: all information of respondent is cleared.
High
43263
[5.8++]Fieldwork management - Outcome total sheets [5.8++]Fieldwork management - Outcome total sheets There are only 1500 answer sheets but the report yields a total of 1515. Please see image for more info http://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 97be1150-10b9-4de0-ac23-67902bc191a6
High
42928
[5.8 ++] Import - The problem with importing decimal value with Danish culture 1. Ver 5.8, 6.0 2. Des: Import - The problem with importing decimal value with Danish culture - Use a user with Danish culture to import a decimal into a number question of a questionnaire (See the attached file) - Check the DCS for it --> The existing result: User has Danish culture imports a value ex: 2,345678 into a numeric number then this value will become 2345678 in DCS viewer (see image for more detail) *** Data cache name: datat cache (on head) - (On heisenberg) View Cross_imported questionnaire_d7671ceb-3e2a-4689-b39f-f8485c678cd4
Critical
40488
[5.7++] The search result is not correct when searching with boolean property FALSE in large seach Des : 1. Go to the user list "phonghh user template english List" 2. Open the learge search and add 1 criterion more : boolean property is FALSE 3. Click search button => It returns 0 user
High
41536
[5.8++]SINK - Loop occurs when we have a forward rule to the non-existed email [5.8++]SINK - Loop occurs when has a forward rule to the non-existed email
High
42060
[5.7++] Firefox - The cgdatetime control doesn't work correctly Des : Use firefox 3.5++ to go to the resource list, e.g task list, click the Due date field, select the date. After clicking the date, the datetime field is not closed automatically.
High
42861
[5.8 ++] Problem when sending bulkmail by CGScript 1. Ver 5.8, 6.0 2. Des: Problem when sending bulkmail by CGScript - Use Copy function to create a new bulkmail (see image 1 for more detail) - Run the following script with its resource id - Check the bulkmail ---> The bulkmail is not sent. - Check the Schedule cattask list: --> (see image for more detail 2) Notes: it works fine if the BulkMail_send is run alone. *** Script: number RId = 38606410;//38606420 (on head); //On heisenberg: 43414087 or 43414095 print(BulkMail_countRecipients(RId )); print(BulkMail_getAllRecipients(RId )); array a = BulkMail_getBulkMailByResourceId(RId); print(a); print(BulkMail_getLatestRecipients(RId)); BulkMail_send(RId); print(BulkMail_countRecipients(RId )); print(BulkMail_getAllRecipients(RId )); a = BulkMail_getBulkMailByResourceId(RId); print(a); print(BulkMail_getLatestRecipients(RId));
High
43209
[5.8.1] Mycatinet-test - Can not generate chart with Significance statistic Information in Cross diagram(chart) Steps: - Create a Cross diagram(chart) - Click on "View" , open Statistic Data - Check on Significance checkbox - Click "Update" Actual : Can not generate chart https://vnsurvey.catglobe.com/Images/GetImage.aspx?rid= 796ca7d3-323a-445b-9ab9-5a548e0d3877 Expected : chart showed normally
High
43249
[5.8 ++] (High) Import - Cannot load a import file 1. Ver 5.8, 6.0 2. Des: Import - Cannot load a import file - Open import wizard - Load a file as attached --> Existing result: The error (as comment below) occurs
High
43256
[5.8.1 & 6.0] - High - Document editor - All existing items are disappeared when add new item [mycatinet-test & cghead] - Document editor - All existing items are disappeared when add new item
High
43260
[5.8.0++] Communicator - The ques merge field is not merged when sending mail to user has test answer sheet Actions: - Exist user A has test answer sheet of PQ B - Mail template M has resource link merge field to PQ B - Generate the mail template M to mail and send to user A Error: User A will receive an email with the merge field is null
High
43266
[5.8++] Monitor - Right click menu in navigation of Monitor ressource should be aware of when it is no longer visible Right click menu in navigation of Monitor ressource should be aware of when it is no longer visible Note : It seems to be a Firefox bug
High
43286
[5.8++]-VN2822DAT-(HIGH)-CGS - Function WF_call() work not correct at the second call 1. Plz run this script of Minh_WF_Main_MoreThan10 2. Subs wf are: Minh_WF_Sub_MoreThan10_B & Minh_WF_Sub_MoreThan10_C ***Existing result: first {1,nothing,3} {1,nothing,3} second {} {} thrid {1,nothing,3} ***Expected result: first {1,nothing,3} {1,nothing,3} second {1,nothing,3} {1,nothing,3} thrid {1,nothing,3}
High
43290
[5.8++]-VN2822DAT-(HIGH)- The error happen from sub WF which have Impersonate displays without showing stack trace 1. Assign Impersonate user for sub wf: Minh_WF_Sub_MoreThan10_B, add that user to access tab and dont save 2. Run the script from Main WF: Minh_WF_Main_MoreThan10 ***Existing result: The Impersonated user doesn't have enough permission access to the current QuestionnaireScript resource: 38607909. So this script can not execute. ***Expected result: if the error message from sub wf, it should show stack trace
High


Firefox 3.6

CLEAN ME UP!!!

User can’t create the the resource via the sub creating menu of the sub resource tab at the nested resource CRD from level 2

User can't set the datetime through the datetime control in the resource list, CRD

Some shortcuts, e.g : Ctrl + N , Ctrl + S,Ctrl + R, don't work correctly in the resource list.

User cant' use the shortcut of arrow keys on FF, e.g : use th arrow keys for choosing the item on the favorite list in REX control

CSS does not work correctly in layout

Close button at the End question does not work

Report style sheet: Can not choose Size/Font setting in legend/chart title

Dashboard - Layout tab - Style function work wrong

Monitor - Right click menu in navigation of Monitor resource should be aware of when it is no longer visible

The conflict between what we show in GUI and the search result when searching the users whose property value is FALSE

When a user searches some resources with the filter : boolean property is FALSE, the search result doesn't return the resources whose boolean property is False although we can see them in GUI. The reason is that these resources which don't have the value FALSE in the database. However , our current search logic just looks up those resources whose value is FALSE in the database.

So if we want to support this one, we must inject a hack into the search filter. It's not easy to do that, the problem might cause many problems since search module is very common module.We are not planing on fixing this.

No results when searching for users

When a user searches for some Users, but the list of Users that match the search criteria is very large, and at the same time the user does not have access to the found Users, then the list may end up showing no results even though there are in fact some that could be shown.

Doing this enables much faster searches, but it can be a little confusing at times. We do not plan on fixing this.

Resource Explorer

Expand boxes may be shown even though when clicking them there is no actual resources to show. It happens due to deleted resources and resources without access. This is expected behaviour.

Uploading new phone number validations doesn't work on multiple webservers

If a new phone number validation XML file is uploaded to a webserver in a multi webserver environment the other webservers are not notified about the change, and they will not pick up the changes made.

This is an extremely rare thing to be changing, so if you do need some new phonenumber validation rules, contact us after it has been uploaded and we can restart the service.

Breaking changes

- The imported file now can be up to 500 columns. If the number of columns imported is more than 500 columns then users will get a message dialog "Number of columns allowed exceeded".

- Because the SPSS software has been upgraded 2 version which need some changes in the SPSS, DOT or COMMA in the syntax file (sps) will be replaced by F.

- We have supported the old format of the "disabled user link" in the emails the recipient receives like the new format of the "disabled user link". When he click this link, the confirm dialog will be displayed without showing the logged in page

- Due to the improvement of Resource permission check speed in version 5.8.1 , we can't export more than 1000 users in the user list any longer because it can kill the server if the user list is too big, so if we want to export more than 1000, we should use the RCS to export the user list.

Resource Explorer

Previously when there were more than 1000 children, the sorting was such that the first page would show those last edited. It now shows those last created instead.

New setup needed

New or changed navigation access

  • To access the blacklist of email addresses list from the main menu of the system (Tools > Administration > System > Blacklisted email addresses), the logged in user needs to have navigation access to the Blacklist module
  • To access the importing blacklisted email address feature in the blacklist of email addresses list, the logged in user needs to have navigation access "Importing emails to the blacklist"


New keys in web.config

- To provide users a new way on naming project code, these two keys must be set up in web.config

1. Change value of key ValidationExpressionForProjectNumber to an expresion

ex: <add key="ValidationExpressionForProjectNumber" value="[a-zA-Z]{2}(\d{4,5})[a-zA-Z]{3}" />

2. Add one more new keys named DefaultCodeForProjectNumber. The value of this key must satify the expression of the key ValidationExpressionForProjectNumber above.

ex: <add key="DefaultCodeForProjectNumber" value="cc#ccc"/>

Note that these keys were actually also present in 5.8.0 after the initial release