Announcement

Collapse
No announcement yet.

Dynamic Checklist for EspoCRM 7.3.0

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • ThomasB
    replied
    Thanks, I updated it and it works again.

    Leave a comment:


  • Kharg
    replied
    ThomasB esforim update released.

    Leave a comment:


  • Kharg
    commented on 's reply
    Done, thanks.

  • ThomasB
    commented on 's reply
    No, go to settings of your project and then under features check mark Issues.

  • Kharg
    commented on 's reply
    ohh, must be because it's a fork.

  • esforim
    replied
    Kharg seem to be disabled for New Issue?
    Click image for larger version

Name:	image.png
Views:	515
Size:	14.2 KB
ID:	97562

    Leave a comment:


  • Kharg
    commented on 's reply
    Thanks for reporting, will check the issue and fix it as soon as possible

    If you could open an issue on the github it would be better

  • ThomasB
    replied
    However this seem not to work anymore with EspoCRM version 8.0.1

    I can not click on edit and this is the error message in the browser console: Uncaught (in promise) TypeError: this.escapeValue is not a function​

    getItemHtml dynamic-checklist.js:78
    data dynamic-checklist.js:49
    data dynamic-checklist.js:48
    ...

    Leave a comment:


  • ThomasB
    replied
    Reposting here:

    Very cool. Was looking if there was solution to create a check list from predefined options for the checklist and found this.

    If you want to add a german translation, here is the code.

    files/application/Espo/Modules/DynamicChecklist/Resources/i18n/de_DE/Admin,json

    Code:
    Code:
    {
    "fieldTypes": {
    "dynamic-checklist": "Dynamische Checkliste​"
    },
    "fields": {
    "strikeChecked": "Markierte Einträge durchstreichen"
    }
    }​​​​​

    Leave a comment:


  • Kharg
    commented on 's reply
    It's using CSS to strike the text, I could've done using html strike tags as well, but the result would've been the same. I don't think there's a way to move the strike line

  • esforim
    commented on 's reply
    Cool, from that screenshot, you reckon it (the strike) could be slightly lower or higher? the "-" in the E sorta disappear with the current strike line. But I have feeling this is render by whatever Browser you are using so it is impossible.

  • Kharg
    replied
    Just updated to version 2.2.0 with option to strike checked items.
    EspoCRM extension that adds a custom type field which allows to dynamically create a checklist inside any EspoCRM entity - Kharg/dynamic-checklist-for-espocrm


    Click image for larger version  Name:	image.png Views:	434 Size:	8.2 KB ID:	91012
    Last edited by Kharg; 12-15-2023, 11:14 PM.

    Leave a comment:


  • Kharg
    started a topic Dynamic Checklist for EspoCRM 7.3.0

    Dynamic Checklist for EspoCRM 7.3.0

    Hello Guys,

    I updated telecastg Dynamic Checklist extension to support Espo 7.3.0 new checkbox style.
    Click image for larger version  Name:	image.png Views:	0 Size:	11.0 KB ID:	87592​​
    You can download the update from my github repo.

    EspoCRM extension that adds a custom type field which allows to dynamically create a checklist inside any EspoCRM entity - Kharg/dynamic-checklist-for-espocrm
    Last edited by Kharg; 01-29-2023, 04:04 AM.
Working...
X