teragrep / ajs_01

User interface for Teragrep
Apache License 2.0
0 stars 0 forks source link

New paragraph button creates a paragraph with the same interpreter as in previous paragraph #125

Open kortemik opened 1 year ago

kortemik commented 1 year ago

ID <191> Reporter <@ronja-ui>

When creating a new paragraph (not the clone a paragraph), the new paragraph uses the same interpreter used in the previous paragraph. It should be the default interpreter which is set in interpreter binding.

Investigate what is going on on the server side. The front-end can't do a much about it.

kortemik commented 1 year ago

User <@kortemik> Date <[2022-05-03T12:30:45Z]>

default is misleading

issue.png it says default is spark even though it's from the last one meaning it's dpl (spark.dpl) not spark (which would be scala)

kortemik commented 1 year ago

User <@kortemik> Date <[2022-05-03T12:32:09Z]>

-

kortemik commented 1 year ago

User <@kortemik> Date <[2022-05-06T05:30:52Z]>

i think it is as expected, default is only used when %-is omited. and even for that the previously used one from the default group. i.e. if %spark then scala, if %spark.dpl then dpl.