Questions, issues or feedbacks of MyCollab are collected here
0
Not a bug

Hi guys I am facing this error while running latest community edition

Uday Panchani 7 years ago updated by Nguyen 7 years ago 4

Hi Guys,


I am facing the below error while running the community edition on mac.


Aug 02, 2017 6:41:19 AM com.vaadin.server.VaadinServlet serveStaticResourcesInVAADIN
INFO: Requested resource [/VAADIN/widgetsets/com.mycollab.widgetset.MyCollabWidgetSet/com.mycollab.widgetset.MyCollabWidgetSet.nocache.js] not found from filesystem or through class loader. Add widgetset and/or theme JAR to your classpath or add files to WebContent/VAADIN folder.


Also in browser we can see error like below screen shot 

Image 86



Please help how to set up community edition properly and what should be the issues over here.

0

Add or Edit Contact Roles is not working

service 7 years ago 0
0
Answered

In community edition for a Case can I customize "Status" and "Type" of case?

Rahul 7 years ago updated by Nguyen 7 years ago 1

I am using community edition and wanted to know whether I can customize (add new options, modify existing option) to the drop down lists "Status" and "Type" for a Case?

0
Answered

How to turn off notification email when a case is updated?

Rahul 7 years ago updated by Nguyen 7 years ago 1

How can I turn off notification email when a case is updated?

0
Answered

Can I configure session timeout?

arangj 7 years ago updated by Nguyen 7 years ago 3

Hi,

I'd like to know is it possible to configure timeout setting.

If it's possible, where can I modify it?

I've checked /conf/* and mycollab.ini file, but I can not find related settings.


I think it's set 30 minutes now. I'd like to change it more longer.


I'll wait your answer,

Thank you!


Answer
Nguyen 7 years ago

You can set the session timeout in the file web.xml

<!-- Session Configuration -->
<session-config>
        <session-timeout>60</session-timeout>
</session-config>

The MyCollab uses the web.xml, so if you set the value there so it will be affected to the MyCollab instance

0
Answered

Customization and run on my local server

Tarek Eslim 8 years ago updated 8 years ago 2

Dears, 

We would like to customize the ultimate edition to show HR allocation for all running projects, and to add task planed vs. actual budget / project. and run it on our server or web based. 

My questions are: 

1. Does this may affect the price?

2. Is there a documentation for the system? 

B. Regards

0
Answered

run mycollab on localhost

claudio 8 years ago updated by Nguyen 8 years ago 1

I would like to run mycollab behind a reverse proxy. this part works well. Unfortunately I can´t find a place to tell mycollab to run ONLY on localhost so it´s not accessible on 0.0.0.0:8080 but only on 127.0.0.1:8080.

Can you point me in the rigth direction please?

Thank you in advance,

Claudio

0
Answered

Show bugs in the Kanban Board

Exocomp 8 years ago updated by Nguyen 8 years ago 1

I don't see an option to show bug tickets on the kanban board.  Is there a setting to enable that feature ?

0
Fixed

Line break disappears after saving data

arangj 8 years ago updated 8 years ago 3

Hi,

I'm new in MyCollab and testing to use it for managing our team project.

I faced a very weird bug. 


1. When I typed some text with line break(enter) and save it, it shows only text without line break.


<typed text>

Image 85




<view page>

Image 84



preview page shows a proper page.


2. Especially it's always occured in pages menu. 

  I can see same phenomenon in other pages, but it's not always.


Is it CKEditor problem? or MyCollab has some restrictions?


I really like MyCollab and wanna use it for our project. But this is quite big problem in our team.

I hope I can get some answer for this.


Thank you!



Answer
Nguyen 8 years ago

This issue is fixed in the MyCollab 5.4.9, which we have just released today.