Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

In-Portal has Auto-Complete features in some places, where it already knows what user wants to type. One of such places is suggestion of E-mail Template Name in the "Website & Content > E-mail Templates" section. Suggestion works flawlessly, but due incorrect object usage (missingĀ array('skip_autoload' => true) part during object creation) the "Requested ID for prefix email-template not passed" notice is thrown each time theĀ OnSuggestValues event (which powers auto-complete feature) is used.

When fixing keep in mind, that this event was rewritten in In-Portal 5.3.x branch to allow usage of jQuery.Autocomplete component in Admin Console.

Related Tasks

  • No labels