[obs-commits] [openSUSE/open-build-service] d232aa: Fix image template description for remote templates
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: d232aa5f60e402a9bbd0869096dce0c33cb7bab4 https://github.com/openSUSE/open-build-service/commit/d232aa5f60e402a9bbd086... Author: Björn Geuken <bgeuken@suse.de> Date: 2019-05-17 (Fri, 17 May 2019) Changed paths: M src/api/app/models/project.rb Log Message: ----------- Fix image template description for remote templates Since we use XMLHash to parse image templates of remote instances, we get a string like '{}' when such an template description is empty. This commit ensures that we don't show such strings in the UI. Commit: d45703e786fb616a7b357f9178a8d12ef12acb99 https://github.com/openSUSE/open-build-service/commit/d45703e786fb616a7b357f... Author: David Kang <dkang@suse.com> Date: 2019-05-17 (Fri, 17 May 2019) Changed paths: M src/api/app/models/project.rb Log Message: ----------- Merge pull request #7587 from bgeuken/fix_template_description Fix image template description for remote templates Compare: https://github.com/openSUSE/open-build-service/compare/cb1f37be9fe8...d45703...
participants (1)
-
David Kang