Questions, issues or feedbacks of MyCollab are collected here
0
Answered

Missing or empty @LocaleData annotation in enum type error

Geetha Raju 8 years ago updated by Nguyen 8 years ago 6

I have MyCollab 5.3.3 version source code, trying to set up using https://community.mycollab.com/docs/developing-mycollab/setup-mycollab-projects-with-intellij-ide/.


But getting below error

error: Missing or empty @LocaleData annotation in enum type [com.esofthead.mycollab.module.user.accountsettings.localization.AdminI18nEnum]. See http://cal10n.qos.ch/codes.html#missingLDAnnotation

Answer
Nguyen 8 years ago

Did you install Scala plugin in the IntelliJ as the link https://community.mycollab.com/docs/developing-mycollab/setup-mycollab-projects-with-intellij-ide/ asked yet?



0
Answered

Valid phone number

eg 8 years ago updated by Nguyen 8 years ago 2

at creating a account or contact the system will not accpet the entered phone number due no vailditiy... how should the format look like?

example german number: +49 8031 123456

0
Fixed

Main Site SSL Certificate is expired

Anji 8 years ago updated by Nguyen 8 years ago 2
Hi Mycolab Team, Main Site SSL Certificate is expired. Please check

0
Answered

execute search by means of direct link (URL) ?

Thomas Spittaels 8 years ago updated by Nguyen 8 years ago 5

Hello. It is possible to execute advanced searches from the GUI, eg looking for tasks within a specific project, the name of which matches a pattern. However, the 'construct' of such a search is not reflected in the URL. By contrast to eg a 'Google Search', where the parameters of the search are exposed in the syntax of the URL. Is it possible to do a search by means of a URL, rather than having to type it in ? Thanks. PS I'd like to use such URLs as references in a document. So 'saving searches' within the GUI is not what I'm looking for.

0
Answered

change currency

Kresten 8 years ago updated by Nguyen 8 years ago 2

hi, i have a self hosted proffesional version - How do i add a my local currency?


Kind regards
Kresten Buch

0
Answered

Can MyCollab run on Sybase server?

Simon 8 years ago updated by Nguyen 8 years ago 1
0
Answered

hiden, modify, show generic columns in Kanban view

Gérard Quoirin 8 years ago updated 8 years ago 8

Hi,


I need your support...


Perhaps I miss something but I've two troubles from my project page with the kanban view.

I have only 3 columns: "Open", "Closed" and "Pending", but I cannot:

- Change the names (or deleted one)

- Add a column "In progress" because this column seems already existed but not displayed despite this one can be shown on the official webpage (screenshoot)


Could you help me on these problematic?


Thanks for your feedback


0
Started

"Save & New" in Subtasks opens a Window to Create a New Task, not a Subtask

Sebastian Latacz 8 years ago updated by Nguyen 8 years ago 1

When clicking "Save & New" in the subtask window, the following task is created as a main task, not as a subtask

Answer
Nguyen 8 years ago

Actually, it created a subtask but it is hard to let user distinguish it is a subtask in the task dashboard, but if you click to read this task, it will show the parent task as well. However, we still consider it is a user experience bug while we will revise the task dashboard to display the parent-child relationship. The reason we did not display in the past because we do not think how to display it well because this relationship may come into many levels and we want to keep the dashboard as simple as possible.


We will fix this UI in the next release.


Hai

0
Fixed

Export task list to pdf is generating a non readable pdf file

Ricardo 8 years ago updated by Nguyen 8 years ago 6

http://localhost:8080/#project/task/dashboard/Mg


Exporting task list to pdf is generating a non readable pdf file.



0
Fixed

Get billing account successfully: but nothing happend

Mohsen Hosseini 8 years ago updated by Nguyen 8 years ago 3

Hello


I installed latest community version for first time on my self host, every things goes well,

and login page comes up on 8080 as well.


when I try to login via admin@mycollab.com page loading goes for ever and in bash just show bellow message.


00:08:21,631 INFO c.e.m.w.DesktopApplication:324 - Get billing account successfully: SimpleBillingAccount[billingPlan=com.esofthead.mycollab.module.user.domain.BillingPlan@99a3,id=1,createdtime=Tue Mar 08 02:53:15 UTC 2016,billingplanid=6,accountname=<null>,status=Active,paymentmethod=None,pricing=<null>,pricingeffectfrom=<null>,pricingeffectto=<null>,subdomain=,reminderstatus=<null>,sitename=<null>,logopath=<null>,defaulttimezone=<null>,faviconpath=<null>,selected=false,extraData=<null>]


In addition when I try wrong pass it shows password is in correct and only by correct pass "admin123" it happen.


I tried pull_method=pull but no difference.


Thanks