Extension: Link Button

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • Kharg
    commented on 's reply
    Hello, does not look like a hard feature to develop, I can add this in the next version.

  • carlosptf
    replied
    I’ve been using your extension a lot and I’m missing one feature.

    It would be great if your button could copy its own content to the clipboard.

    For example, I could feed it with a URL or any text, and by clicking the button it would copy that content directly to the clipboard.

    Leave a comment:


  • Kharg
    commented on 's reply
    According to the documentation portal users are now allowed to run manual workflows.

    I believe that you could achieve this by creating a custom endpoint to bypass this limitation or create a feature request in the forum.

  • abidoss
    commented on 's reply
    Yes, the workflow is manual. It allows modifying the status of a record created by the same portal user

  • Kharg
    commented on 's reply
    Is the Workflow a manual one? What permission did you set for it?

  • victor
    commented on 's reply
    What does your Workflow look like and who triggers it?

  • abidoss
    replied
    I am unable to execute the action from a portal user.

    [2025-08-22 13:24:22] WARNING: (403) :: POST /6630dd969b6f0b8f1/WorkflowManual/action/run :: /var/www/html/dev/custom/Espo/Modules/Advanced/Tools/Workflow/Service.php(63)

    Leave a comment:


  • rouhu
    commented on 's reply
    It actually just needed this code for link-button.js in actionQuickCreate() and it started working: let entity=model.entityType;
    attributes[entity.toLowerCase() + 'Id'] = model.id;

  • Kharg
    commented on 's reply
    Hello,
    I am glad you like the extension.
    The “Quick create” feature is an experiment, it only relates to a few entities and only if the field is of type parent I think.

    In the future I plan to improve this feature with more customizable options.

  • rouhu
    replied
    Fantastic extension. Thanks for the creator.
    One issue, I noticed that the mode "Quick Create" does not link the new record to the parent record. Is this so by design or is there some specific value needed for the URL ?
    Using Espo v9.1.3 and with custom modules.

    Leave a comment:


  • dreginald
    replied
    Sorry. Was trying with the older version. Working fine with Link Button 2.0.0.

    Leave a comment:


  • Kharg
    replied
    Originally posted by dreginald
    Kharg The link button is not compatible with the latest version. Any upgrade planned?
    Hey Reginald, what's the issue with version 9.1.5? Could you please provide some more details?

    Leave a comment:


  • shalmaxb
    commented on 's reply
    Hi, here it works in ver. 9.1.5. What does not work at your place?

  • dreginald
    replied
    Kharg The link button is not compatible with the latest version. Any upgrade planned?

    Leave a comment:


  • bradaks
    replied
    Link Button works great!! Love this addition.

    Thanks for the add. Love your work.
    Last edited by bradaks; 04-30-2025, 04:19 PM.

    Leave a comment:

Working...