-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ganttchart] Dates in the Gantt chart fail to be shown if the first record's date field is not set #170
Comments
この問題は jquery.gantt 側の問題により発生しています。 PullRequest を送っていない理由としては、 なお、下記フォーク版はこのissueに対処済みです。 |
共有となりますが、jQuery.gantt プラグインリポジトリに本事象の解消を提案していますが、プラグインの設計通りであるとの返信をいただいておりますので、開発者側との折り合いがつくまでは実装の方針を決めるのは待った方がよいかも知れません。 |
Excuse me for translating the title into English |
Translation:
|
jquery.gantt側の修正ですが、現在はコードレビューに入っており、最終的に私の修正の提案を取り入れていただけるようです。 A fix on the jquery.gantt side is currently under code review. |
jqurey.Gantt プラグインのリポジトリで、提案が採択されました。 taitems/jQuery.Gantt#239 The proposal has been adopted by the repository of jqurey.Gantt plugins. taitems/jQuery.Gantt#239 |
Let me recheck this and see how we should proceed |
Hi, @will-yama . I'll check it. |
@phongnm-dev さん、別解案の提示とコーディングありがとうございます。
Thank you @phongnm-dev for presenting and coding another solution.
Translated with www.DeepL.com/Translator (free version) |
@tkmry The tricky thing at the moment about this plug-in is the policy that we use. We read in libraries that are hosted on the Cybozu CDN. If a new jQuery Gantt library version is uploaded onto the Cybozu CDN, then we are more than welcome to fix this plug-in to point towards that new library. The Cybozu CDN library though will only update if the library in question releases a new tag. The problem that lies here is that jQuery Gantt has not released a new tag in 9 years https://github.com/taitems/jQuery.Gantt/tags |
@will-yama (* '_`)oO(I wonder It is strange that the release tag is 9 years old (2011), but libraries of 2014 version is uploaded to the Cybozu CDN) |
@tkmry |
@tkmry |
@will-yama |
I am checking to see if I can contribute to this issue so that I can create a release (tag) point. |
@tkmry
|
Happy new year. Working on this one - we'll see how the CDN goes. |
@tkmry This will
We will be merging this if there are no problems :) |
Merged #178 Sorry for taking a long time on this task 😳 |
Thank you for your support as well! <3 |
一覧表示した際に先頭のレコードの日付欄が空値だと、
jquery.gantt がカレンダーの生成に失敗し日付欄のヘッダが NaN や undefined となる。
・問題ない例(Test1には日付が設定されている)
・問題ある例(Test2には日付が設定されていない)
原因等の調査結果はこちらに記載しております。
https://developer.cybozu.io/hc/ja/articles/203716110/comments/900001456206
The text was updated successfully, but these errors were encountered: