gtt-project/redmine_gtt

Incompatibility with v2 in "src/components/gtt-client.ts"

Closed this issue · 3 comments

sanak commented

Problem
This make difficult to sync main (current v3) and v2.

  • v3 this.contents type is string, although v2 contents is object.
    • v3: this.contents = options.target.dataset
    • v2: $(options.target).data();

Probably we need #221

I think it would be better to upgrade MCR rather than back-porting. Shall we close this?

sanak commented

@dkastl Yes, I close this.
Thanks for notice.