Can anybody confirm the same behavior on 14-RC3? Please see screenshot. I tried it with Protean as well as with Artificer in Chrome. Results in the same js error in console.
UNA Version: 14.0.0-RC3.
I noticed when I was attempting to add more selections for users to select for making a report on content, I get the spinning circle for a brief moment and then nothing.
It works sorta okay when under the developer app and add them that way, but upon submissions I get a data dump on a white page exposing code.
When an admin removes a category from an module, let's say the Photos module, it should bring up a form to allow the admin to move all photos falling under this soon to be deleted category over to something more relevant.
Instead, what happens now, if an admin deletes a category, all photos are left with a blank category and in the database it's still using the CAT ID of a now deleted category.
So let's say I had 2 category that I recently found were redundant to keep them both.
Category one is: Animals
Category two is: Cats
I want to get rid of "Cats" and just have people use the general "Animals" category.
What I have to do is delete the category "Cats" and go into the database to mass edit every photo "cat" id to the desired one using a SQL command.
UPDATE `bx_photos_entries` SET `cat` = "10" WHERE `cat` = "12";
For me, this is easy, and it takes the burden off my userbase for having to do this. However, not everyone is a SQL wizard or knows how to work something akin to phpMyAdmin. So with that being said, is this possible that we can add this as a feature to the category deletion prompt for all UNA modules that use categories?
- 3574
So I've noticed when users sets their context to hidden, when searching content by "Hidden" it return 0 results despite the Manage Block stating that there is hidden content.
If no results are to be found when searching by "Hidden", how are moderators suppose go about this process?
As an example, when the Photos section under the Manage Block states there's X amount of items hidden, if you click into the Administration Photos page, and search by hidden, nothing is shown. If this is intended, what's the point of having this as a searchable toggle?
- 1112
I recently discovered this nifty class name ".cmt-aml-administrator" which is used for comment containers within comment sections.
My question is, how can I make this more personal per-user, such as going from
<li id="cmt1" class="cmt cmt-mine cmt-aml-administrator mb-4">
to something like
<li id="cmt1" class="cmt cmt-mine cmt-aml-administrator persons-id-1 mb-4">
Where "persons-id-1" reflects the comment owners Persons ID number. I know this would require code edits, but I'm unsure where to start looking for this change I desire.
- 1760
I recently noticed that if photos within an album get any kind of interactions that would normally send the context owner a notification, it doesn't.
When someone comments on a photo within the album, no notification.
If someone leaves a like on the photo within the album, no notification.
The only time when someone gets a notification about the album (not its contents) is when someone comments or likes the overall album itself.
Is this a bug or intended?
- 1729
When on mobile, it's impossible for users to reorder their media by tap and holding the hamburger icon as it prompts for the context menu rather than initializing the drag function like on Desktop.
I've been getting an influx of reports that when some one tries to embed a video on their profile (using the HTML editor I enabled), their HTML code is swapped upon save of their profile information to youtube-nocookie.com/embed/VIDEO?rel=0 when the intended outcome should be youtube.com/embed/VIDEO?autoplay=1
What filter is causing this on UNA v14.x?
As an admin/moderator, this does not impact us.