Problem/Motivation

I was in the process of creating a story for the footer, which consists of multiple nested components. As a result, it generated a lengthy URL (.../_cl_server?_storyFileName=.%2Fstories%2...) that exceeded the permissible length.

Issue fork cl_server-3374656

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

cr.carbonaro created an issue. See original summary.

lussoluca made their first commit to this issue’s fork.

lussoluca’s picture

Status: Active » Needs review

This is the Drupal side of https://github.com/Lullabot/storybook-drupal-addon/issues/38

To be backward compatible, if the request is a GET, we look for params in the query string. If the request is a POST, we load params from the content.

e0ipso’s picture

Status: Needs review » Fixed

This looks good to me.

  • e0ipso committed 58dc7182 on 2.x authored by lussoluca
    Issue #3374656 by lussoluca: While creating a story with a large amount...
e0ipso’s picture

//www.flaticon.com/free-icons/thank-you Thank you for your contribution! Your continued support to this project also helps me, as a maintainer.
There are multiple ways to show appreciation for the work I did in this project, those include:
  • Triaging issues, and adding more context to existing issues.
  • Writing documentation, or patches for this project.
  • Writing blog posts, speaking about it at conferences.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.