Skip to content

x en y position directly after Pipe instead of after all properties #723

Open
@jjansenvr

Description

@jjansenvr

Describe the bug
I think it is more clear to write the X and Y position of a pipe directly after its name. now it might be mixed up in the normal attributes

<XsltPipe
name="createLogMessageForSplunk"
styleSheetName="FxfReceiver/xsl/createLogMessageForSplunk.xsl"
getInputFromFixedValue="<dummy/>" flow:x="660" flow:y="600"

<XsltPipe flow:x="660" flow:y="600"
name="createLogMessageForSplunk"
styleSheetName="FxfReceiver/xsl/createLogMessageForSplunk.xsl"
getInputFromFixedValue="<dummy/>"

Reporter
jjansenvr

Category
Use the following Tags to categorize your bug report

  • Explorer
  • Editor
  • Flow
  • Pipe options
  • Palette
  • Settings

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here. (f.e. ladybug report, console error or test adapter with larva test)

Metadata

Metadata

Assignees

No one assigned

    Labels

    2.0DiscussionOngoing discussionbugSomething isn't working

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions