Added the possibility to rename the team.#536
Conversation
21b616d to
ef79b70
Compare
|
Cool 👏 Some comments: Take a look at the generated activity: This is not that useful, isn't it? It would be better to say something like: "mssola renamed the team asd to new-name". Basically:
Second of all, the
On the implementation of this method, I wouldn't be shy with helper protected methods. That is, take advantage of the similarities between both concerns. Note that you can make this work even for models that do not have an editable name (e.g. Namespace). To be more certain, I'd write a new test like this:
You don't have to be too exhaustive on this test, but it would be a nice addition. On the form itself, I'd make the |
ef79b70 to
fa33383
Compare
|
Just fix these small issues and it will be good to go :) |
a96e434 to
38ecf22
Compare
|
Could you rebase your commit? Right now it has conflicts. |
Signed-off-by: Jürgen Löhel <jloehel@suse.com>
38ecf22 to
0531985
Compare
Added the possibility to rename the team.

Screenshot:

Signed-off-by: Jürgen Löhel jloehel@suse.com