code-saturne / code-saturne/code_saturne

Problem in the GUI : the code can add twice the same scalar name

未关闭
#74 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

主要语言
C++
星标
307
派生
102
PR 合并指标
30 天内没有已合并 PR

描述

Hi,

In the "species transport" panel, if the user:

  • add scalar1 then scalar2 and then scalar3
  • then the user changes the name of scalar2 to scalar4 to have : scalar1, scalar4, scalar3
  • and now the user adds a new scalar, the new scalar is scalar4 to have: scalar1, scalar4, scalar3 and scalar4.

I didn't take the time to find a fast smart correction to fix it.

Regards,

Yohann

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

调研方向

从物种传输面板开始,复现添加 scalar1、scalar2 和 scalar3,将 scalar2 重命名为 scalar4,然后再添加另一个标量的操作序列。跟踪面板如何选择新的标量名称;当新名称是唯一的,并且列出的标量仍为 scalar1、scalar4、scalar3 以及一个不同的新标量时,即表示完成。

由索引模型根据 Issue 内容生成。

评估

领域
desktop
Issue 类型
缺陷
难度
3/5
预计耗时
1-2 天
活跃度
停滞
描述清晰度
需要澄清
新手友好度
25/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。