Config string output is truncated to an arbitrary length of 30 chars.

For power users it would be great to increase this.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

geek-merlin’s picture

Here's a patch that implements a variable for this.

It already saved me tons of clicks to check configuration.

To use it do something like:

variable_set('rules_ui_config_truncate', 999);

No gui configuration yet or variable.module description yet, this can be a followup.

geek-merlin’s picture

Status: Active » Needs review
FileSize
937 bytes

Patch flying in.

geek-merlin’s picture

Title: Allow config truncation to be configured » Show longer action summary in the UI
TR’s picture

Issue summary: View changes
Status: Needs review » Needs work

I know this is an old issue, but it's still true ...

Patch in #2 adds a system variable, but does not supply a way to modify this variable on the rules settings page (admin/config/workflow/rules/settings) and does not remove the system variable in hook_uninstall().

An alternative might be to add a tooltip to display the entire summary on mouse over.

TR’s picture

Status: Needs work » Closed (won't fix)

This has been implemented in D8 using the method I suggested in #4. I am not planning to backport this to D7 because there has been no interest from the community for this feature in more than 6 years and because we are focusing on D8 right now - we're not adding new features to D7 unless there is significant demand and contribution.