Project

General

Profile

« Previous | Next » 

Revision 6ba027c2

Added by Peter Koprda over 1 year ago

Fixes #35287 - Create column selector on host index page (#9323)

  • Fixes #35287 - Create column selector on host index page
  • Fixes #35673 - Use name column as always checked column
  • Refs #35287 - Improve locked pagelet handling

Co-authored-by: pkoprda <>
Co-authored-by: Oleh Fedorenko <>

View differences:

app/registries/pagelets/manager.rb
end
def with_profile(id, label, opts, &block)
profile = Profile.new(id, label, self, opts)
profile = Profile.new(id.to_s, label, self, opts)
profile.instance_exec(&block)
profile.pagelets.each do |pagelet|
add_pagelet(*pagelet)

Also available in: Unified diff